* what would be a good way to get student's preferences into your app? * for example, assume we were given a csv file like id | course1 | course2 | course3 | ... | ---|---|---|---|---| 1 | 100 | 20 | 30 | ....| 2 | 89 | 95 | 13 | ....| how could we get that into our model? related to #2