Scikit learn | Supervised Learning
•Scikit-learn is a machine learning application for the used in Python Programming language.
• It is used in tasks like classification ,regression and clustering algorithms.
•It is built on NumPy, SciPy, and matplotlib
•It is written in C,C++,Python,Cython
•conda install -c intel scikit-learn
- conda install scikit-learn
Supervised learning is when the model is getting trained on a labelled dataset. Labelled dataset is one which have both input and output parameters. In this type of learning both training and validation datasets are labelled as shown in the figures below.Unsupervised learning is a type of machine learning algorithm used to draw inferences from datasets consisting of input data without labeled responses.