Do Androids dream of electric sheep? (opens in new tab)
It got very easy to do Machine Learning: you install an ML library like scikit-learn or xgboost, choose an estimator, feed it some training data, and get a model that can be used for predictions. Ok, but what's next? How would you know if it works well? Cross-validation! Good! How would you know that you […]
Read the original article