Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 328 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 328 Bytes

Self-written "Scikit-Learn" (package of ML algorithms)

University of Passau: Machine Llearning Lab (SS-21)

Structure:

  • notebooks:
    • shubov_algorithms (python package with class implementations of the algorithms)
      • init.py
      • *.py (classes)
    • *.ipynb (notebooks for testing the algorithms)