← Back to list of posts | You're reading 2025-05-26's post
NEWS from 2025-05-26
In this new release of the API:
- The interface for Exploratory Data Analysis (EDA) is lighter (see eda)
- There’s a new interface for univariate time series EDA (see edatimeseries)
- You can run supervised machine learning regression and supervised machine learning classification, including Gradient Boosting Decision Trees (GBDTs, as xgboost, lightgbm, catboost) at the command line (see docs). Examples can be found here, in 2025-05-26’s blog post.
- You can run probabilistic machine learning model-agnostic survival analysis at the command line (see docs). Examples can be found here, in 2025-05-27’s blog post.