Skip to content

Latest commit

 

History

History
143 lines (141 loc) · 15.1 KB

README.md

File metadata and controls

143 lines (141 loc) · 15.1 KB

tiny-sklearn

About

  • Tiny implementation of important algorithms in scikit-learn (e.g., pure python, no input validation, no speed/memory optimization, do not support sparse matrix and multioutput).
  • Useful when understanding ML algorithms and scikit-learn.
  • Multiple implementations of each algorithm.
  • Roughly follow the structure of scikit-learn.
  • Roughly follow the API standard of scikit-learn.
  • Results are compared with scikit-learn.

Table of Contents