Tick: a Python library for statistical learning, with a particular emphasis on time-dependent modelling
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++ implementation and state-of-the-art optimization algorithms to provide very fast computations in a single node multi-core setting. Source code and documentation can be downloaded from https://github.com/X-DataInitiative/tick
Code (2)
Tasks
Point ProcessesSurvival AnalysisSimilar Papers 제목 키워드 기반
GPflow: A Gaussian process library using TensorFlow
GPflow is a Gaussian process library that uses TensorFlow for its core computations and Python for its front end. The distinguishing features of GPflow are that it uses variational inference as the primary approximation …
Gaussian ProcessesGPUsoftware testingVariational InferenceDeepAL: Deep Active Learning in Python
We present DeepAL, a Python library that implements several common strategies for active learning, with a particular emphasis on deep active learning. DeepAL provides a simple and unified framework based on PyTorch that …
Active Learningsrlearn: A Python Library for Gradient-Boosted Statistical Relational Models
We present srlearn, a Python library for boosted statistical relational models. We adapt the scikit-learn interface to this setting and provide examples for how this can be used to express learning and inference problems…
TensorX: Extensible API for Neural Network Model Design and Deployment
TensorX is a Python library for prototyping, design, and deployment of complex neural network models in TensorFlow. A special emphasis is put on ease of use, performance, and API consistency. It aims to make available hi…
GPUDarts: User-Friendly Modern Machine Learning for Time Series
We present Darts, a Python machine learning library for time series, with a focus on forecasting. Darts offers a variety of models, from classics such as ARIMA to state-of-the-art deep neural networks. The emphasis of th…
BIG-bench Machine LearningMeta-LearningTime SeriesTime Series Analysis