We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不熟悉Python Library的使用
The text was updated successfully, but these errors were encountered:
我觉得可以通过几步来学习: 1.先要知道要用什么算法,比如这是个回归问题,从一个简单的回归模型开始,比如polynomial 2.然后看一下polynomial的重要的原理,可以通过coursera或者直接看sklearn的文档 http://scikit-learn.org/stable/modules/linear_model.html#logistic-regression 3.按照sklearn文档里的例子,去import需要的library 4.再多敲一敲代码,深刻理解一下里面各个参数的影响,会越来越熟的
Sorry, something went wrong.
No branches or pull requests
不熟悉Python Library的使用
The text was updated successfully, but these errors were encountered: