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