Skip to content

Sklearn-like python package with class implementations of different ML algorithms

Notifications You must be signed in to change notification settings

shubov/machine-learning-lab-ss-21

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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)