Code

Tick

https://x-datainitiative.github.io/tick/index.html

tick is a statistical learning library for Python 3, with a particular emphasis on time-dependent models, such as point processes, and tools for generalized linear models and survival analysis.

The core of the library is an optimization module providing model computational classes, solvers and proximal operators for regularization. tick relies on a C++11 implementation and state-of-the-art optimization algorithms to provide very fast computations in a single node multi-core setting.


If you want to know more about Tick, a detailed documentation is available here

the code is here

and the paper is

Onelearn

https://onelearn.readthedocs.io/en/latest/

This library proposes an implementation of the AMF algorithm for online random forests described in the paper


You can find the code here :

and a documentation here :