onelearn.readthedocs.io - This is onelearn’s documentation — onelearn 0.2.0 documentation

Example domain paragraphs

Online learning in Python

onelearn stands for ONE-shot LEARNning. It is a small python package for online learning with Python. It provides :

onelearn follows the scikit-learn API: you call fit instead of partial_fit each time a new bunch of data is available and use predict_proba or predict whenever you need predictions.