Conformal Optimization beats Bayesian Optimization, Optuna and Random Search on 72 classification Datasets
Link to the notebook at then of the post:
thierrymoudiki.github.io/blog/2026/04...
#python
Posts by T. @ Techtonique
Transfer Learning using ahead::ridge2f on synthetic stocks returns Pt.2: synthetic data generation
thierrymoudiki.github.io/blog/2025/09/09/r/python...
#Techtonique #DataScience #Python #rstats #MachineLearning
Blog post image
Technical documentation
thierrymoudiki.github.io/blog/2020/09/18/misc/pyt...
#Techtonique #DataScience #Python #rstats #MachineLearning
Quasi-randomized nnetworks in Julia, Python and R
thierrymoudiki.github.io/blog/2023/11/27/python/r...
#Techtonique #DataScience #Python #rstats #MachineLearning
Blog post image
Forecasting Monthly Airline Passenger Numbers with Quasi-Randomized Neural Networks
thierrymoudiki.github.io/blog/2024/06/17/python/q...
#Techtonique #DataScience #Python #rstats #MachineLearning
Blog post image
Back next week, and a few announcements
thierrymoudiki.github.io/blog/2020/09/04/misc/pyt...
#Techtonique #DataScience #Python #rstats #MachineLearning
R package development workflow (assuming you're using macOS or Linux)
thierrymoudiki.github.io/blog/2024/08/27/r/makefi...
#Techtonique #DataScience #Python #rstats #MachineLearning
Blog post image
Explaining a Keras _neural_ network predictions with the-teller
thierrymoudiki.github.io/blog/2022/03/11/python/e...
#Techtonique #DataScience #Python #rstats #MachineLearning
Blog post image
A new version of nnetsauce (v0.3.1)
thierrymoudiki.github.io/blog/2020/01/24/python/q...
#Techtonique #DataScience #Python #rstats #MachineLearning
Blog post image
Bayesian Optimization with GPopt
thierrymoudiki.github.io/blog/2021/04/16/python/m...
#Techtonique #DataScience #Python #rstats #MachineLearning
Blog post image
Prediction sets and prediction intervals for conformalized Auto XGBoost, Auto LightGBM, Auto CatBoost, Auto GradientBoosting
thierrymoudiki.github.io/blog/2024/09/02/python/r...
#Techtonique #DataScience #Python #rstats #MachineLearning
mlS3 — A Unified S3 Machine Learning Interface in R
Key Design Principle
All models follow the same two-step workflow:
mod <- wrap_*(X_train, y_train, ...) # Train
pred <- predict(mod, newx = X_test, ...) # Predict
thierrymoudiki.github.io/blog/2026/04...
#rstats
New version of mlsauce, with Gradient Boosted randomized networks and stump decision trees
thierrymoudiki.github.io/blog/2020/07/03/misc/mls...
#Techtonique #DataScience #Python #rstats #MachineLearning
Blog post image
(News from) Probabilistic Forecasting of univariate and multivariate Time Series using Quasi-Randomized Neural Networks (Ridge2) and Conformal Prediction
thierrymoudiki.github.io/blog/2025/03/09/r/ridge2...
#Techtonique #DataScience #Python #rstats #MachineLearning
Blog post image
Forecasting lung disease progression
thierrymoudiki.github.io/blog/2020/10/02/misc/r/o...
#Techtonique #DataScience #Python #rstats #MachineLearning
Blog post image
Real-time pricing with a pretrained probabilistic stock return model
thierrymoudiki.github.io/blog/2025/10/01/r/python...
#Techtonique #DataScience #Python #rstats #MachineLearning
Blog post image
You can beat Forecasting LLMs (Large Language Models a.k.a foundation models) with nnetsauce.MTS Pt.2: Generic Gradient Boosting
thierrymoudiki.github.io/blog/2024/12/01/python/n...
#Techtonique #DataScience #Python #rstats #MachineLearning
Blog post image
Generalized nonlinear models in nnetsauce
thierrymoudiki.github.io/blog/2020/11/28/explaina...
#Techtonique #DataScience #Python #rstats #MachineLearning
Blog post image
How long must I wait until something happens: A Comprehensive Guide to Survival Analysis via an API
thierrymoudiki.github.io/blog/2025/05/27/r/python...
#Techtonique #DataScience #Python #rstats #MachineLearning
Blog post image
Encoding your categorical variables based on the response variable and correlations
thierrymoudiki.github.io/blog/2020/04/24/python/r...
#Techtonique #DataScience #Python #rstats #MachineLearning
Composing the querier's verbs for data wrangling
thierrymoudiki.github.io/blog/2019/11/22/database...
#Techtonique #DataScience #Python #rstats #MachineLearning
Word-Online: re-creating Karpathy's char-RNN (with supervised linear online learning of word embeddings) for text completion
thierrymoudiki.github.io/blog/2025/03/08/r/python...
#Techtonique #DataScience #Python #rstats #MachineLearning
New version of nnetsauce -- various quasi-randomized networks
thierrymoudiki.github.io/blog/2022/02/12/r/python...
#Techtonique #DataScience #Python #rstats #MachineLearning
Blog post image
A web application for forecasting in Python, R, Ruby, C#, JavaScript, PHP, Go, Rust, Java, MATLAB, etc.
thierrymoudiki.github.io/blog/2022/11/02/python/r...
#Techtonique #DataScience #Python #rstats #MachineLearning
Blog post image
Did you ask ChatGPT about who you are?
thierrymoudiki.github.io/blog/2023/04/16/python/r...
#Techtonique #DataScience #Python #rstats #MachineLearning
Blog post image
Bayesian forecasting for uni/multivariate time series
thierrymoudiki.github.io/blog/2020/12/04/r/quasir...
#Techtonique #DataScience #Python #rstats #MachineLearning
or something else?
"the architecture alone wouldn't be considered XAI": you mean, the package would need to integrate a way to derive those gradients? Plus, integrated gradients?
It's flexible (can use any sklearn-like base learner), nonlinear (based on quasi-randomized NN) and fast.
Interested in seeing any application