An open API service indexing awesome lists of open source software.

https://github.com/aianytime/pycaret-primer

All of my PyCaret's notebooks covering both Supervised & Unsupervised Machine Learning.
https://github.com/aianytime/pycaret-primer

data-science jupyter-notebook machine-learning pycaret pycaret-library python

Last synced: 2 months ago
JSON representation

All of my PyCaret's notebooks covering both Supervised & Unsupervised Machine Learning.

Awesome Lists containing this project

README

          

# PyCaret-Primer
All of my PyCaret's notebooks covering both Supervised & Unsupervised Machine Learning.

# What is PyCaret?
PyCaret is an open source, low-code machine learning library in Python that allows you to go from preparing your data to deploying your model within minutes in your choice of notebook environment.

See the official documentation here: https://pycaret.org/

This repo contains Regression, Classification, and Clustering examples from scratch with detailed statements in the notebooks.

download

For Geopandas(Used to plot clusters on the world's map), see the official documentation here: https://geopandas.org/index.html

Thanks ❤️