We are able to use sklearn package to perform logistic regression, svm, randomForest, and many other machine learning tools. With this handy tool, we don't need to write functions for these models but we do need write scripts to run them. So please download (pip install -U scikit-learn) and explore the package a little bit.
We are able to use sklearn package to perform logistic regression, svm, randomForest, and many other machine learning tools. With this handy tool, we don't need to write functions for these models but we do need write scripts to run them. So please download (
pip install -U scikit-learn
) and explore the package a little bit.