Skip to content

aarushiksk/BeginnerMachineLearningProjects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

MachineLearningProjects

Hey ML geeks!! This repository contains code for small, beginner machine learning projects on most common datasets.

7f63587681291



Import basic libraries like numpy, pandas and scikit-learn.

Import the datasets

Perform exploratory data analysis and feature engineering on the datasets, to understand and visualize the data better, using libraries like seaborn and matplotlib.

Choose your model/ algorithm according to the dataset and your requirement.

Adjust the parameters/estimators.

Evaluate your model by using libraries like mean_squared_error, r2_score, sklearn.metrics etc.

Integrate the model your model with a website or an app.



✨ UTILITY OF THIS REPOSITORY ✨


It will help beginners to understand the workflow of building a model.

Releases

No releases published

Packages

No packages published