Viewing a single comment thread. View all comments

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!

1

[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.

1