mldocs
mldocs copied to clipboard
Alfred Workflow for TensorFlow, PyTorch, Scikit-learn, NumPy, Pandas, Matplotlib, Statsmodels, Jax, RLLib API Docs
Alfred mldocs
Alfred workflow for searching essential machine learning library API docs(it requires
macOS,Alfred with Powerpack license).
Supported Libraries(all stable versions unless specified otherwise)
- TensorFlow
nightly - PyTorch
- NumPy
- Pandas
- Matplotlib
v3.2.2 - Scikit-learn
- Statsmodels
- Seaborn
- Jax
- Ray
Install
Checkout the Releases, download the latest mldocs.alfredworkflow,
then double click it(You have to have Alfred + Powerpack License).
For MacOS Monterey or newer versions, please install 1.x.x or new versions.
For older MacOS versions, please use 0.0.5.
Update
There is a background process that checks update every 7 days,
and there will be an option to upgrade to the latest version.

ml workflow:updatewill force update.ml workflow:noautoupdatewill turn off the auto update.ml workflow:autoupdatewill enable the auto update.
Conventions
For convenience, a few prefixes are automatically expanded(see PR for more).
np=>numpypd=>pandasplt=>pyplotsns=>seaborn
How does it work
mldocsfetches the doc data from Github(data/ml.json), then caches the data for a few days- The first query will be slow then it will be pretty fast afterwards
- The plan is to update the
ml.jsonperiodically, so you won't have to update the workflow manually
Clear the Cache
To force update the local cache
ml workflow:delcache
Commonly used keywords
I've also merged my commonly used links(data/base.json) into the ml.json as well.
If you want to add your favorite website or link please submit a PR(just edit the base.json).
keyword |
link |
description |
|---|---|---|
? |
https://github.com/lsgrep/mldocs |
|
colab |
http://colab.research.google.com/ |
|
kaggle |
https://www.kaggle.com/ |
|
Google Dataset Search |
https://datasetsearch.research.google.com/ |
|
gds |
https://datasetsearch.research.google.com/ |
|
paper |
https://paperswithcode.com/ |
Google Dataset Search
You can enter the query directly in the Alfred with the keyword ml gds KEYWORD...

Papers With Code
You can enter the query directly in the Alfred with the keyword ml paper KEYWORD...

Supported Versions
ml.jsonwill be periodically updated to the latest versions of TensorFlow & PyTorch
Keyword Descriptions
- Not supported yet, but will add them in the future.
TODO
- [x] add Scikit-learn support
- [x] add NumPy support
- [x] add Pandas support
- [x] add Matplotlib support
- [x] add Statsmodels support
- [x] add Seaborn support
- [x] add Jax support
- [x] Add Ray support
- [x] Add LightGBM support
- [x] Add XGBoost support
- [x] add Automatic Update
- [ ] add Github Actions to generate
ml.json - [ ] add keyword descriptions for TensorFlow
- [ ] add keyword descriptions for PyTorch
