Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 428 Bytes

about.rst

File metadata and controls

6 lines (4 loc) · 428 Bytes

About Kaggler

Kaggler is a Python package for lightweight online machine learning algorithms and utility functions for ETL and data analysis. It is distributed under the MIT License.

Its online learning algorithms are inspired by Kaggle user tinrtgu's code. It uses the sparse input format that handles large sparse data efficiently. Core code is optimized for speed by using Cython.