Play with Seaborn

Seaborn is a Python visualization library based on matplotlib. It provides with themes, color palettes, and high-level built-in plot patterns to prettify your statistical graphics. But it’s not omnipotent as well.

More …

gc.collect()

Boosting algorithms, such as LightGBM and XGBoost, are taking over now in Kaggle machine learning competitions and industrial tasks at scale. It’s now really simple to perform a machine learning study powered by these advanced algorithms, but it comes with significant memory cost.

More …