Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mayer79/python_notebooks

A collection of ML code snippets
https://github.com/mayer79/python_notebooks

Last synced: 15 days ago
JSON representation

A collection of ML code snippets

Awesome Lists containing this project

README

        

# python_notebooks

A collection of ML code snippets written in Python.

## Regression and SHAP

This notebook shows how to predict diamonds prices based on Gamma GLM, Gamma Boosted Trees and Gamma deep neural net. The three model approaches are then compared by SHAP.

## Visualizing ML

Visualizes fitting process of Gradient Boosting

## Multiply

Shows how a neural network works by modelling multiplication.