摘要: 转自:https://blog.csdn.net/gracejpw/article/details/102593225 1.sklearn建立随机森林分类器 import numpy as np import pandas as pd import matplotlib.pyplot as plt 阅读全文
posted @ 2021-06-13 21:43 lypbendlf 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 1.python中cls用法 https://www.zhihu.com/question/49660420 class A(object): a = 'a' @staticmethod def foo1(name): print('hello', name) def foo2(self, name 阅读全文
posted @ 2021-06-13 19:40 lypbendlf 阅读(525) 评论(0) 推荐(0) 编辑