
机器学习实践
文章平均质量分 70
周迪新
好记性不如烂笔头
展开
-
OSError: (External) CUDA error(222), the provided PTX was compiled with an unsupported toolchain..
安装了CUDA 10.1, 11.1, 11.3, 11.4, 11.8, 12.0都不行。检查一下已经安装的NVIDIA驱动,返回为空的话,说明没有驱动,直接跳过这一步。本来的驱动 NVIDIA 470。原创 2023-09-22 15:04:40 · 3514 阅读 · 4 评论 -
时间序列模型之——prophet
https://facebook.github.io/prophet/docs/diagnostics.html#hyperparameter-tuning原创 2020-10-12 20:03:22 · 302 阅读 · 0 评论 -
sklearn炼丹术之——Linear Models汇总
以前总是稀里糊涂的各种调用,第三章也学过来了,再看这些,应该有更深入的理解。也可以挑战阅读阅读他们的源码。(可以看到,源码写的挺复杂,一股浓浓的工业风)https://scikit-learn.org/stable/modules/linear_model.html...原创 2020-10-08 14:05:06 · 267 阅读 · 0 评论 -
sklearn炼丹术之——交叉验证Cross-validation: evaluating estimator performance
https://scikit-learn.org/stable/modules/cross_validation.html#原创 2020-10-12 20:00:11 · 169 阅读 · 0 评论 -
机器学习炼丹术之——调参Tuning the hyper-parameters of an estimator
https://scikit-learn.org/stable/modules/grid_search.html#原创 2020-10-12 19:57:24 · 245 阅读 · 0 评论