Search

Automating Data Science: Prospects and Challenges
Automating Data Science: Prospects and Challenges (accepted by the Communications of the ACM) arXiv paper abstract...
morrislee
May 14, 20211 min read
16 views
0 comments


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...
morrislee
Mar 18, 20211 min read
116 views
0 comments

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...
morrislee
Mar 15, 20211 min read
68 views
0 comments


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...
morrislee
Feb 26, 20211 min read
27 views
0 comments

New Kaggle survey on ML and Data Science
Kaggle releases survey on Machine Learning and Data Science InfoQ article https://www.infoq.com/news/2021/02/kaggle-report-2020 Kaggle...
morrislee
Feb 10, 20211 min read
89 views
0 comments


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...
morrislee
Jan 17, 20211 min read
301 views
0 comments


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...
morrislee
Jan 8, 20211 min read
23 views
0 comments


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...
morrislee
Jan 7, 20211 min read
20 views
0 comments