摘要: 参考:https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html 在了解逻辑回归原理(见逻辑回归原理总结)的基础上,进一步对sklearn库中的LogisticRegre 阅读全文
posted @ 2023-04-12 21:26 yayagogogo 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 语法格式 numpy.linspace(start, stop, num=50, endpoint=True, retstep=False, dtype=None, axis=0) 常用参数解释: start: 序列的起始值 stop: 序列的终止值 num: 要生成的样本数量。默认值是50。必须是 阅读全文
posted @ 2023-04-12 21:25 yayagogogo 阅读(28) 评论(0) 推荐(0) 编辑