/Machine_Learning

Machine Learning - Source code of training a model.

Primary LanguageJupyter NotebookMIT LicenseMIT

Machine_Learning

Number of Study hrs

Prdiciton using Supervised ML.

Predicting the percentage of student based on the number of study hours.

Simple linear regression task as it involves just 2 variables.

Decision Tree

Prediction using Decision Tree Algorithm.

Created the Decision Tree classifier and visualized it graphically.

The purpose is if we feed any new data to this classifier, it would be able to predict the right class accordingle.