ml helper:带有帮助程序的Python库可加速和构建机器学习项目 源码
ML助手 帮助者加快并构建机器学习项目。 该库可在 正在安装 安装ml-helper的最简单方法是通过pip pip install ml - helper 要在项目中使用它,必须首先导入库 from ml_helper . helper import Helper 然后使用与项目相关的键字典创建一个Helper对象 KEYS = { 'SEED' : 1 , 'TARGET' : 'y' , 'METRIC' : 'r2' , 'TIMESERIES' : True , 'SPLITS' : 5 } hp = Helper ( KEYS )
文件列表
ml-helper-master.zip
(预估有个9文件)
ml-helper-master
src
ml_helper
helper.py
17KB
__init__.py
29B
examples
Regression.ipynb
1.36MB
Classification.ipynb
904KB
setup.cfg
592B
setup.py
38B
暂无评论