Skip to content

Using Machine Learning to provide data based recommendations for students to select a field (department) after 1st year results, and to choose technical electives.

Notifications You must be signed in to change notification settings

cepdnaclk/e19-co544-course-and-field-recommendation-system-based-on-student-results

Repository files navigation

e19-co544-course-and-field-recommendation-system-based-on-student-results

Using Machine Learning to provide data based recommendations for students to choose technical elective subjects.

MLops - done by Zenml

#download pip install "zenml[server]"

#file structure

  • /data - add dataset
  • /model - create models that you are using
  • /steps - steps of the development - applying models to data
  • /pipeline - to store pipeline files
  • /temp - to store temporary files - codes before structuring

in model and steps - each step of the process should be in a different python file. Use new file to import and preprocess data, model training and testing.

Create subfolders for each different model (MLP, Regression, etc.)

About

Using Machine Learning to provide data based recommendations for students to select a field (department) after 1st year results, and to choose technical electives.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages