Tag: Scikit

Simplify Your Data Preparation With These 4 Lesser-Known Scikit-Learn Classes

Data preparation is famously the least-loved aspect of Data Science. If done right, however, it needn’t be such a headache. While scikit-learn has fallen out of vogue as a modelling library in recent years given the meteoric rise of PyTorch, LightGBM, and XGBoost, it’s still...

Introducing scikit-geometry

As one can imagine, these types go a long way to define all sorts of geometries, and query for properties or generate new ones based on programmatic construction using intersections or other algorithms. The following example shows how easy it is to use the geometric primitives to find all pairwis...