‘Zero-Shot Probabilistic Stock Returns Forecasting with Pretrained RVFL Networks’ accepted at COPA 2026 (and to appear in the Proceedings of Machine Learning Research)
Link to the paper and the code repository.
Personal webpage:
Link to the paper and the code repository.
A lightweight, GAN-like tabular data synthesizer that swaps the adversarial training loop for PCA, a Random Vector Functional-Link network, and residuals bootstrapping.
The package garchf wraps the extensive GARCH modeling machinery in rugarch behind a forecast-style interface, so that GARCH-based forecasts can be produced, plotted, and evaluated with the same conventions used throughout the forecast ecosystem (in the spirit of functions like forecast::thetaf()). The workhorse function, xgarchf(), fits a GARCH model to a univariate time series – with a choice of…
GPopt for R: Bayesian and conformal optimization of black-box functions and hyperparameter tuning
My last R posts: How conformalization helps weak models, fast conformal prediction with jackknife+ (and no refitting), and sklearn in R.
This notebook works with a booster, cybooster, that is interpretable by construction instead of relying on post hoc methods like SHAP or LIME.
Fast conformal prediction for some Machine Learning models via closed-form jackknife plus (no refitting involved, just Linear Algebra).
Using the tisthemachinelearner R package to train scikit-learn models and compute prediction intervals
Using the Techtonique API in Excel without writing any code
A comparison of split conformal prediction across several predictive models, using R package mlS3, on the BostonHousing dataset