I have data for a year from the website. I would like to prepare a machine learning algorithm for predicting the success of new content based on certain variables (e.g. word count, publication day time, etc.).
I would like to take a new piece of data, introduce certain characteristics and get the probability of how well it will work on the site.
In addition, I would like to continue to add future data to the training set and to constantly train the algorithm so that it becomes more intelligent over time.
My question is: how should I use scikit-learn for this?
source
share