Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 792 Bytes

index.rst

File metadata and controls

34 lines (30 loc) · 792 Bytes

Data Science in Python

This documentation summarises various machine learning techniques in Python. A lot of the content are compiled from various resources, so please cite them appropriately if you are using.

.. toctree::
   :maxdepth: 2
   :caption: Contents
   :numbered:

   general
   learning
   exploratory
   preprocess
   normalisation
   engineering
   classimbalance
   dataleakage
   supervised
   unsupervised
   deeplearning
   reinforcement
   evaluation
   explainability
   utils
   flask
   fastapi
   docker