会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
167ddf
博客园
首页
新随笔
联系
订阅
管理
2022年3月
银行反控模型
摘要: import pandas as pdimport numpy as npy_true = np.array([0, 0, 0, 1, 1, 1, 1, 1, 1, 1])y_pred = np.array([0, 0, 1, 1, 1, 1, 1, 0, 0, 0])# 计算模型得到的正确结果tr
阅读全文
posted @ 2022-03-28 02:27 167ddf
阅读(21)
评论(0)
推荐(0)
2020年3月
五角星python程序
摘要: # -*- coding: utf-8 -*- """ Created on Mon Mar 16 01:26:13 2020 @author: 86136 """ #e2.2DrawPython.py from turtle import * setup(650,450,600,230,) pen
阅读全文
posted @ 2020-03-22 22:15 167ddf
阅读(518)
评论(0)
推荐(0)
公告