jupyter notebook
qian_fighting
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
No module named ‘sklearn.model_select‘
问题:from sklearn.model_select import train_test_split报错: ModuleNotFoundError: No module named 'sklearn.model_select' 解决:确保scikit-learn大于0.17.0版本,其次导包语句修改为:from sklearn.model_selection import train_test_split ...原创 2021-08-16 16:54:56 · 983 阅读 · 1 评论 -
jupyter notebook默认保存路径查询及按照指定路径启动jupyter notebook方法
jupyter notebook默认保存路径查询命令:ls -al 更改默认路径方法: step1: 进入cmd控制界面 step2:更改cmd的处理路径:cdE:\detection(自己想要启动的路径) step3:输入命令:jupyter notebook,将会以当前的路径启动jupyter notebook。 ...原创 2019-04-09 10:57:39 · 6251 阅读 · 0 评论
分享