Richieone13 / python-ml-templates

Save time by copying and pasting template for ML Models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python_ML_Templates

Save time by using the templates for ML Models


Credit to the Machine Learning A-Z™: Hands-On Python & R In Data Science Course by Udemy for the templates and intutition of the differnet ML models.

Visuals of the different models via Google Slide

Regression Models:

Classification Models:

Clustering Models

  • K Means Clustering

Refining the model:

  • Applications of Grid_Search to customise and find the best Hyperparameters (user input parameters)
  • Applications of K-fold Cross Validation to take different slices of the train and test data

The library Panda is used to manipulate data, this includes grouping and finding statistical features etc.


The library Matpltlib is used to plot interpretable graphs and visualisations, these include bar charts, scatter plots and histograms etc.


The library BeautifulSoup is used to obtain hyperlinks and read html. This is a foundation to be able to scrape data from the web and put it in a database.