Kite Autocomplete Extension for JupyterLab
- Kite is an AI-powered programming assistant that helps you write Python code inside JupyterLab.
- Kite helps you write code faster by saving you keystrokes and showing you the right information at the right time.
- Learn more about how Kite boosts your JupyterLab editor's capabilities at https://kite.com/integrations/jupyter/.
Gradio lets you build and deploy web apps for your machine learning models in as little as three lines of code. It serves the same purpose as Streamlit or Flask, but I found it much faster and easier to get a model deployed. Gradio is useful for the following reasons:
- It allows for further model validation. Specifically, it allows you to interactively test different inputs into the model.
- It’s a good way to conduct demos.
- It’s easy to implement and distribute because the web app is accessible by anyone through a public link.
Examples of AB testing setup in python
Deploying your Machine Learning Model
README_general.txt
Testing how an auto ml engine works in the NP use case
Darts: Time Series Made Easy in Python.
Web Client for Visualizing Pandas Objects. Pretty good
HiPlot is a lightweight interactive visualization tool to help AI researchers discover correlations and patterns in high-dimensional data. It uses parallel plots and other graphical ways to represent information more clearly, and it can be run quickly from a Jupyter notebook with no setup required.
- Didn't really see the value
This is a python implementation of the population stability index (PSI), which is used in the financial industry to measure changes in an underlying population over time, although it is not limited to only datasets separated by time.
A practical introduction to incremental learning in Python using scikit-multiflow
Added commonly used pandas customizations
Fun and useful tricks in pandas groupby
Visualization of unemployment in Sweden, many examples of map visualization and animations.
- Using folium and choropleth maps
- overpass didn't work
- animated map of Sweden, takes a lot of memory
- world cities with lat long
-- remove?
Very nice model evaluation package, pycaret auto adjust for missing values. (Catboost can use missing values) Great visualizations and ease of use.
Collection of plots
Tutorials on geo analysis
model how sales would affect the profit
- how will default levels be affected
- how will loss be affected
- how will long term growth be affected
Simple version of affiliate scraping. See ad hoc/affiliate_crawler for more advanced solution.
python survival analysis based on book
Sweetviz is an open-source Python library that generates beautiful, high-density visualizations to kickstart EDA (Exploratory Data Analysis) with just two lines of code. Output is a fully self-contained HTML application.
Best for small datasets.
python time series courses and demos
This is a totally unofficial fork of Google Research's TabNet repo. It trains a deep nn on tabular data, i.e. csv file or databse dump data.
An open-source python toolkit to accelerate your Model Selection with visual analysis and diagnostic tools.
Didn't get it to fully work
Dinosaur dataset
Synced kids activities between google spreadsheet and calendar
A Python Toolkit for Scalable Outlier Detection (Anomaly Detection)
A basic python client for working with ModelDB machine learning management system. From MIT.
Facets contains two robust visualizations to aid in understanding and analyzing machine learning datasets.
python code for calculating PSI
pipeline examples
pipeline examples
pyLDAvis is a python libarary for interactive topic model visualization. Really cool.
Copy from Prophet
A cheat sheet for python stats.