Search
morrislee
Apr 23, 20211 min read
Shapash library for making ML models understandable
Shapash library for making ML models understandable Shapash: Making Machine Learning Models Understandable KDnuggets...
57 views0 comments
morrislee
Mar 18, 20211 min read
Use PixelLib to extract objects in images and videos with 5 lines of code
Use PixelLib to extract objects in images and videos with 5 Lines of code For example, first do the following: pip3 install pixellib Then...
115 views0 comments
morrislee
Mar 15, 20211 min read
Use PyCaret to apply 14 ML models at once and explore data
Use PyCaret to apply 14 machine learning models at once with only 5 lines of Python code. PyCaret can also be used to explore data. For...
68 views0 comments
morrislee
Feb 26, 20211 min read
Tired of Python import statements? pyforest replaces them with one line of code
Tired of Python import statements? pyforest replaces them with one line of code. For example, instead of import pandas as pd Just...
27 views0 comments
morrislee
Jan 17, 20211 min read
Use hvplot to make Python pandas plots interactive with pan, zoom, and hover
Use hvplot to make Python pandas plots interactive with pan, zoom, and hover https://lnkd.in/dSa_sx2 For example, run the following: pip...
287 views0 comments
morrislee
Jan 10, 20211 min read
Google Colab: increasing RAM, stopping disconnects, and other tips
Google Colab: increasing RAM, stopping disconnects, and other tips 5 Amazing Google Colab Hacks You Should Try Today!...
13 views0 comments
morrislee
Jan 8, 20211 min read
Scaling Pandas to Handle More Data Faster: Comparing Dask, Ray, Modin, Vaex, and RAPIDS
Scaling Pandas to Handle More Data Faster: Comparing Dask, Ray, Modin, Vaex, and RAPIDS https://lnkd.in/exkv7UX Process more data quicker...
23 views0 comments
morrislee
Jan 7, 20211 min read
data-describe — A better way to do Exploratory Data Analysis (EDA)
data-describe — A better way to do Exploratory Data Analysis (EDA) https://lnkd.in/e6GdXQW What package do you rely on for Exploratory...
20 views0 comments
morrislee
Jan 2, 20211 min read
Detecto is a Python package to build object detection models with just 5 lines of code
Detecto is a Python package that allows you to build fully-functioning computer vision and object detection models with just 5 lines of...
52 views0 comments