Skip to content

Maximilian-Pichler/Machine-Learning-Competition-DrivenData-School-Budget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Machine Learning - DrivenData Challenge - School Budget

Participated in a DrivenData competition

At the time of writing this, the model is hodling place 42 on the leaderboard.

supervised learning

The main goal was to learn about Sklearn's machine learning/label prediction capabilities.

The process:

  • data parsing & formatting & cleaning & transforming
  • feature extraction
  • trainingset splits
  • model training

Future Improvements:

  • implement CrossValidation
  • implement HyperParameter Optimization
  • model persistence (pickle)
  • simplify multilabelling & text merging functions