Implementing Decision Trees using Scikit-Learn – Prashant Gupta – Medium
Scikit-Learn is a popular library for Machine Learning in python programming language. If you want to test your knowledge with just a few lines of code, scikit-learn is what you need. From Linear and Logistic Regression to SVM and KNN, you name and scikit-learn has it. You will often need to prepare and transform your data in a form that is suitable for scikit-learn to use for training the models. Pandas is an awesome library for python which can be used for this purpose.
May-27-2017, 03:00:10 GMT
- Technology: