Skip to content

Dev Resource



Public dataset


Package/Library 🔧

Small package :

  • deepchecks - https://deepchecks.com/

    • A very easy to use lib to do model & data checking, e.g. train/test set distribution check

      Screen Shot 2022-10-06 at 12.30.25.png

    • Very useful seemingly

ML core framework :

  • Scikit-learn (Based on SciPy)
  • Pycaret

    • https://pycaret.gitbook.io/docs/
    • wrapper around several machine learning libraries and frameworks, such as scikit-learn, XGBoost, LightGBM, CatBoost, spaCy, Optuna, Hyperopt, Ray, and a few more.
  • PyTorch

  • pytorch lightning (Based on Pytorch)
  • Fastai (Based on PyTorch)

    • Deep Learning lib
    • Allow the control from High, Middle, Low level
    • Domains: NLP, CV, Tabular, (?)collaborative filtering
    • NOT support Mac, so run it on Cloud/Colab
  • Tensorflow (VS PyTorch)

  • Keras (Based on Tensorflow)
  • Autokeras (Based on Keras)
    • Deep Learning lib
    • Similar to scikit but more high level api
    • e.g. you can specify a task type, they help to choose the model algorithm

Domain-Specific :


Tool / Software

  • Annotation tool:

Resource List

Comments