Submitted by AutoModerator t3_yntyhz in MachineLearning
jurgenvs12 t1_iwu4twa wrote
Hello Everyone!
for school, I have to create a machine learning model that predicts a book author based on 7 categories. What machine learning algortihm do you recommend to use?
Please let me know!
[deleted] t1_iwvf63x wrote
If you have to implement it from scratch KNN should be easiest and work well, don’t forget to normalize. Naive Bayes is also popular for school assignments.
Viewing a single comment thread. View all comments