freeCodeCamp/CurriculumExpansion

Book Recommendation Engine (Certification Project)

beaucarnes opened this issue · 2 comments

Create project from the Python machine learning certification.

I started this project about an hour ago and can say for now that the start is very unintuitive since there is a lot of mingling needed with the format of the CSVs (iso-encoding, headers, c parsing errors, delimiters etc)
IMHO it would make sense to give some hints concerning the file reading

@maikroservice Thanks for this advice. I updated the project so the file reading and parsing code is given. If you have time, it would be great to get your input on the rest of this project.