-
Notifications
You must be signed in to change notification settings - Fork 8
Common ML Algorithms
Ishaan Javali edited this page Jul 1, 2019
·
20 revisions
One of the methods of doing machine learning is through using algorithms. Many of the popular machine learning algorithms come from the scikit learn module which can be installed through the pip package manager.
- A classifier must be created and have its hyperparameters optimized.
- A classifier must be trained on the data.
- A classifier must be tested on the test data.