sirko-io / engine

Benefit from new browsers' technologies to speed up your site
GNU General Public License v3.0
43 stars 3 forks source link

Create a command for computing the accuracy #46

Open dnesteryuk opened 5 years ago

dnesteryuk commented 5 years ago

There isn't any possibility to understand how good the model works for a particular site. So, we need a command (mix task) which will measure the accuracy of the prediction.

80% of the loaded sessions should be used for training the model and 20% for validating (the model mustn't access them).

RMSE might be used for measuring errors.

dnesteryuk commented 5 years ago

This article gives some ideas https://towardsdatascience.com/train-test-split-and-cross-validation-in-python-80b61beca4b6