Subscribe to our Blog
The latest from Mikhail Korobov

Leadership
Do Androids Dream Of Electric Sheep?
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.
June 19, 2017

How To
Optimizing Memory Usage Of Scikit-Learn Models Using Succinct Tries
We use the scikit-learn library for various machine-learning tasks at Zyte. For example, for text classification we'd typically build a statistical model using sklearn's Pipeline, FeatureUnion, some classifier (e.g. LinearSVC) + feature extraction and preprocessing classes.
March 26, 2014