logo

Blog


You can expect to read a post here every Sunday or Monday, mostly about Techtonique. Want to get notified? Subscribe via RSS.

A list of previous posts can be found below, and a list of categories here. Use the search bar appearing before this paragraph if you're looking for a more specific keyword.

You can also me on GitHub or Hire me on LinkedIn or Hire me on Malt or Hire me on Fiverr or Hire me on Upwork

Having any other inquiry related to the content published here? Easiest/fastest/safest way is to send an email to: thierry dot moudiki at gmail dot com.




Blogroll | Top


List of posts by date of publication | Top

  1. How Conformal Prediction Makes Linear Models Good Enough — An Example Using R Package mlS3
  2. Techtonique dot net, the Machine Learning web API, is back online (but more like a passion project for now)
  3. Conformalized TabICL: Prediction Intervals for a State-Of-The-Art Tabular Foundation Model in Python and R
  4. Conformalized TabPFN: Prediction Intervals for a Pretrained Transformer for Tabular Data in Python and R
  5. Probabilistic Time Series Cross-Validation with R package crossvalidation
  6. One interface, (Almost) Every Classifier (and Regressor): unifiedml v0.3.0
  7. You Don't Need to Learn All the Weights on tabular data: The Case for rvflnet (a nonlinear expressive glmnet) on regression, classification and survival analysis
  8. Survival analysis with sklearn, glmnet, keras, pytorch, lightgbm, xgboost, nnetsauce, mlsauce Part 2
  9. Any Sklearn Regressor as a Survival Model — Does It Actually Work? Benchmarking vs Established Packages
  10. Conformal Optimization Beats Bayesian Optimization, Optuna and Random Search on 72 classification Datasets
  11. `mlS3` — A Unified S3 Machine Learning Interface in R
  12. One interface, (Almost) Every Classifier: unifiedml v0.2.1
  13. Techtonique dot net is down until further notice
  14. Explaining Time-Series Forecasts with Sensitivity Analysis (ahead::dynrmf and external regressors)
  15. Python version of 'Option pricing using time series models as market price of risk Pt.3'
  16. Option pricing using time series models as market price of risk Pt.3
  17. Explaining Time-Series Forecasts with Exact Shapley Values (ahead::dynrmf with external regressors applied to scenarios)
  18. My Presentation at Risk 2026: Lightweight Transfer Learning for Financial Forecasting
  19. nnetsauce with and without jax for GPU acceleration
  20. Understanding Boosted Configuration Networks (combined neural networks and boosting): An Intuitive Guide Through Their Hyperparameters
  21. R version of Python package survivalist, for model-agnostic survival analysis
  22. Presenting Lightweight Transfer Learning for Financial Forecasting (Risk 2026)
  23. Option pricing using time series models as market price of risk
  24. Enhancing Time Series Forecasting (ahead::ridge2f) with Attention-Based Context Vectors (ahead::contextridge2f)
  25. Overfitting and scaling (on GPU T4) tests on nnetsauce.CustomRegressor
  26. Beyond Cross-validation: Hyperparameter Optimization via Generalization Gap Modeling
  27. GPopt for Machine Learning (hyperparameters' tuning)
  28. rtopy: an R to Python bridge -- novelties
  29. Python examples for 'Beyond Nelson-Siegel and splines: A model- agnostic Machine Learning framework for discount curve calibration, interpolation and extrapolation'
  30. Forecasting benchmark: Dynrmf (a new serious competitor in town) vs Theta Method on M-Competitions and Tourism competitition
  31. Finally figured out a way to port python packages to R using uv and reticulate: example with nnetsauce
  32. Overfitting Random Fourier Features: Universal Approximation Property
  33. Counterfactual Scenario Analysis with ahead::ridge2f
  34. Zero-Shot Probabilistic Time Series Forecasting with TabPFN 2.5 and nnetsauce
  35. ARIMA Pricing: Semi-Parametric Market price of risk for Risk-Neutral Pricing (code + preprint)
  36. Analyzing Paper Reviews with LLMs: I Used ChatGPT, DeepSeek, Qwen, Mistral, Gemini, and Claude (and you should too + publish the analysis)
  37. tisthemachinelearner: New Workflow with uv for R Integration of scikit-learn
  38. (ICYMI) RPweave: Unified R + Python + LaTeX System using uv
  39. unifiedml: A Unified Machine Learning Interface for R, is now on CRAN + Discussion about AI replacing humans
  40. Context-aware Theta forecasting Method: Extending Classical Time Series Forecasting with Machine Learning
  41. unifiedml in R: A Unified Machine Learning Interface
  42. Deterministic Shift Adjustment in Arbitrage-Free Pricing (historical to risk-neutral short rates)
  43. New instantaneous short rates models with their deterministic shift adjustment, for historical and risk-neutral simulation
  44. RPweave: Unified R + Python + LaTeX System using uv
  45. GAN-like Synthetic Data Generation Examples (on univariate, multivariate distributions, digits recognition, Fashion-MNIST, stock returns, and Olivetti faces) with DistroSimulator
  46. R port of llama2.c
  47. Native uncertainty quantification for time series with NGBoost
  48. NGBoost (Natural Gradient Boosting) for Regression, Classification, Time Series forecasting and Reserving
  49. Real-time pricing with a pretrained probabilistic stock return model
  50. Combining any model with GARCH(1,1) for probabilistic stock forecasting
  51. Generating Synthetic Data with R-vine Copulas using esgtoolkit in R
  52. Reimagining Equity Solvency Capital Requirement Approximation (one of my Master's Thesis subjects): From Bilinear Interpolation to Probabilistic Machine Learning
  53. Transfer Learning using ahead::ridge2f on synthetic stocks returns Pt.2: synthetic data generation
  54. Transfer Learning using ahead::ridge2f on synthetic stocks returns
  55. I'm supposed to present 'Conformal Predictive Simulations for Univariate Time Series' at COPA CONFERENCE 2025 in London...
  56. external regressors in ahead::dynrmf's interface for Machine learning forecasting
  57. Another interesting decision, now for 'Beyond Nelson-Siegel and splines: A model-agnostic Machine Learning framework for discount curve calibration, interpolation and extrapolation'
  58. Boosting any randomized based learner for regression, classification and univariate/multivariate time series forcasting
  59. New nnetsauce version with CustomBackPropRegressor (CustomRegressor with Backpropagation) and ElasticNet2Regressor (Ridge2 with ElasticNet regularization)
  60. mlsauce (home to a model-agnostic gradient boosting algorithm) can now be installed from PyPI.
  61. A user-friendly graphical interface to techtonique dot net's API (will eventually contain graphics).
  62. Calling =TECHTO_MLCLASSIFICATION for Machine Learning supervised CLASSIFICATION in Excel is just a matter of copying and pasting
  63. Calling =TECHTO_MLREGRESSION for Machine Learning supervised regression in Excel is just a matter of copying and pasting
  64. Calling =TECHTO_RESERVING and =TECHTO_MLRESERVING for claims triangle reserving in Excel is just a matter of copying and pasting
  65. Calling =TECHTO_SURVIVAL for Survival Analysis in Excel is just a matter of copying and pasting
  66. Calling =TECHTO_SIMULATION for Stochastic Simulation in Excel is just a matter of copying and pasting
  67. Calling =TECHTO_FORECAST for forecasting in Excel is just a matter of copying and pasting
  68. Random Vector Functional Link (RVFL) artificial neural network with 2 regularization parameters successfully used for forecasting/synthetic simulation in professional settings: Extensions (including Bayesian)
  69. R version of 'Backpropagating quasi-randomized neural networks'
  70. Backpropagating quasi-randomized neural networks
  71. Beyond ARMA-GARCH: leveraging any statistical model for volatility forecasting
  72. Stacked generalization (Machine Learning model stacking) + conformal prediction for forecasting with ahead::mlf
  73. An Overfitting dilemma: XGBoost Default Hyperparameters vs GenericBooster + LinearRegression Default Hyperparameters
  74. Programming language-agnostic reserving using RidgeCV, LightGBM, XGBoost, and ExtraTrees Machine Learning models
  75. Free R, Python and SQL editors in techtonique dot net
  76. Beyond Nelson-Siegel and splines: A model-agnostic Machine Learning framework for discount curve calibration, interpolation and extrapolation
  77. scikit-learn, glmnet, xgboost, lightgbm, pytorch, keras, nnetsauce in probabilistic Machine Learning (for longitudinal data) Reserving (work in progress)
  78. R version of Probabilistic Machine Learning (for longitudinal data) Reserving (work in progress)
  79. Probabilistic Machine Learning (for longitudinal data) Reserving (work in progress)
  80. Python version of Beyond ARMA-GARCH: leveraging model-agnostic Quasi-Randomized networks and conformal prediction for nonparametric probabilistic stock forecasting (ML-ARCH)
  81. Beyond ARMA-GARCH: leveraging model-agnostic Machine Learning and conformal prediction for nonparametric probabilistic stock forecasting (ML-ARCH)
  82. Permutations and SHAPley values for feature importance in techtonique dot net's API (with R + Python + the command line)
  83. Which patient is going to survive longer? Another guide to using techtonique dot net's API (with R + Python + the command line) for survival analysis
  84. A Guide to Using techtonique.net's API and rush for simulating and plotting Stochastic Scenarios
  85. Simulating Stochastic Scenarios with Diffusion Models: A Guide to Using techtonique.net's API for the purpose
  86. Will my apartment in 5th avenue be overpriced or not? Harnessing the power of www.techtonique.net (+ xgboost, lightgbm, catboost) to find out
  87. How long must I wait until something happens: A Comprehensive Guide to Survival Analysis via an API
  88. Harnessing the Power of techtonique.net: A Comprehensive Guide to Machine Learning Classification via an API
  89. Quantile regression with any regressor -- Examples with RandomForestRegressor, RidgeCV, KNeighborsRegressor
  90. Survival stacking: survival analysis translated as supervised classification in R and Python
  91. 'Bayesian' optimization of hyperparameters in a R machine learning model using the bayesianrvfl package
  92. A lightweight interface to scikit-learn in R: Bayesian and Conformal prediction
  93. A lightweight interface to scikit-learn in R Pt.2: probabilistic time series forecasting in conjunction with ahead::dynrmf
  94. Extending the Theta forecasting method to GLMs, GAMs, GLMBOOST and attention: benchmarking on Tourism, M1, M3 and M4 competition data sets (28000 series)
  95. Extending the Theta forecasting method to GLMs and attention
  96. Nonlinear conformalized Generalized Linear Models (GLMs) with R package 'rvfl' (and other models)
  97. Probabilistic Time Series Forecasting (predictive simulations) in Microsoft Excel using Python, xlwings lite and www.techtonique.net
  98. Conformalize (improved prediction intervals and simulations) any R Machine Learning model with misc::conformalize
  99. My poster for the 18th FINANCIAL RISKS INTERNATIONAL FORUM by Institut Louis Bachelier/Fondation du Risque/Europlace Institute of Finance
  100. Interpretable probabilistic kernel ridge regression using Matérn 3/2 kernels
  101. (News from) Probabilistic Forecasting of univariate and multivariate Time Series using Quasi-Randomized Neural Networks (Ridge2) and Conformal Prediction
  102. Word-Online: re-creating Karpathy's char-RNN (with supervised linear online learning of word embeddings) for text completion
  103. CRAN-like repository for most recent releases of Techtonique's R packages
  104. Presenting 'Online Probabilistic Estimation of Carbon Beta and Carbon Shapley Values for Financial and Climate Risk' at Institut Louis Bachelier
  105. Web app with DeepSeek R1 and Hugging Face API for chatting
  106. tisthemachinelearner: A Lightweight interface to scikit-learn with 2 classes, Classifier and Regressor (in Python and R)
  107. R version of survivalist: Probabilistic model-agnostic survival analysis using scikit-learn, xgboost, lightgbm (and conformal prediction)
  108. Model-agnostic global Survival Prediction of Patients with Myeloid Leukemia in QRT/Gustave Roussy Challenge (challengedata.ens.fr): Python's survivalist Quickstart
  109. A simple test of the martingale hypothesis in esgtoolkit
  110. Command Line Interface (CLI) for techtonique.net's API
  111. Gradient-Boosting and Boostrap aggregating anything (alert: high performance): Part5, easier install and Rust backend
  112. Just got a paper on conformal prediction REJECTED by International Journal of Forecasting despite evidence on 30,000 time series (and more). What's going on? Part2: 1311 time series from the Tourism competition
  113. Techtonique is released! (with a tutorial in various programming languages and formats)
  114. Univariate and Multivariate Probabilistic Forecasting with nnetsauce and TabPFN
  115. Just got a paper on conformal prediction REJECTED by International Journal of Forecasting despite evidence on 30,000 time series (and more). What's going on?
  116. Python and Interactive dashboard version of Stock price forecasting with Deep Learning: throwing power at the problem (and why it won't make you rich)
  117. Stock price forecasting with Deep Learning: throwing power at the problem (and why it won't make you rich)
  118. No-code Machine Learning Cross-validation and Interpretability in techtonique.net
  119. survivalist: Probabilistic model-agnostic survival analysis using scikit-learn, glmnet, xgboost, lightgbm, pytorch, keras, nnetsauce and mlsauce
  120. Model-agnostic 'Bayesian' optimization (for hyperparameter tuning) using conformalized surrogates in GPopt
  121. You can beat Forecasting LLMs (Large Language Models a.k.a foundation models) with nnetsauce.MTS Pt.2: Generic Gradient Boosting
  122. You can beat Forecasting LLMs (Large Language Models a.k.a foundation models) with nnetsauce.MTS
  123. Unified interface and conformal prediction (calibrated prediction intervals) for R package forecast (and 'affiliates')
  124. GLMNet in Python: Generalized Linear Models
  125. Gradient-Boosting anything (alert: high performance): Part4, Time series forecasting
  126. Predictive scenarios simulation in R, Python and Excel using Techtonique API
  127. Chat with your tabular data in www.techtonique.net
  128. Gradient-Boosting anything (alert: high performance): Part3, Histogram-based boosting
  129. R editor and SQL console (in addition to Python editors) in www.techtonique.net
  130. R and Python consoles + JupyterLite in www.techtonique.net
  131. Gradient-Boosting anything (alert: high performance): Part2, R version
  132. Gradient-Boosting anything (alert: high performance)
  133. Benchmarking 30 statistical/Machine Learning models on the VN1 Forecasting -- Accuracy challenge
  134. Automated random variable distribution inference using Kullback-Leibler divergence and simulating best-fitting distribution
  135. Forecasting in Excel using Techtonique's Machine Learning APIs under the hood
  136. Techtonique web app for data-driven decisions using Mathematics, Statistics, Machine Learning, and Data Visualization
  137. Parallel for loops (Map or Reduce) + New versions of nnetsauce and ahead
  138. Adaptive (online/streaming) learning with uncertainty quantification using Polyak averaging in learningmachine
  139. New versions of nnetsauce and ahead
  140. Prediction sets and prediction intervals for conformalized Auto XGBoost, Auto LightGBM, Auto CatBoost, Auto GradientBoosting
  141. Quick/automated R package development workflow (assuming you're using macOS or Linux) Part2
  142. R package development workflow (assuming you're using macOS or Linux)
  143. A new method for deriving a nonparametric confidence interval for the mean
  144. Conformalized adaptive (online/streaming) learning using learningmachine in Python and R
  145. Bayesian (nonlinear) adaptive learning
  146. Auto XGBoost, Auto LightGBM, Auto CatBoost, Auto GradientBoosting
  147. Copulas for uncertainty quantification in time series forecasting
  148. Forecasting uncertainty: sequential split conformal prediction + Block bootstrap (web app)
  149. learningmachine for Python (new version)
  150. learningmachine v2.0.0: Machine Learning with explanations and uncertainty quantification
  151. My presentation at ISF 2024 conference (slides with nnetsauce probabilistic forecasting news)
  152. 10 uncertainty quantification methods in nnetsauce forecasting
  153. Forecasting with XGBoost embedded in Quasi-Randomized Neural Networks
  154. Forecasting Monthly Airline Passenger Numbers with Quasi-Randomized Neural Networks
  155. Automated hyperparameter tuning using any conformalized surrogate
  156. Recognizing handwritten digits with Ridge2Classifier
  157. Forecasting the Economy
  158. A detailed introduction to Deep Quasi-Randomized 'neural' networks
  159. Probability of receiving a loan; using learningmachine
  160. mlsauce's `v0.18.2`: various examples and benchmarks with dimension reduction
  161. mlsauce's `v0.17.0`: boosting with Elastic Net, polynomials and heterogeneity in explanatory variables
  162. mlsauce's `v0.13.0`: taking into account inputs heterogeneity through clustering
  163. mlsauce's `v0.12.0`: prediction intervals for LSBoostRegressor
  164. Conformalized predictive simulations for univariate time series on more than 250 data sets
  165. learningmachine v1.1.2: for Python
  166. learningmachine v1.0.0: prediction intervals around the probability of the event 'a tumor being malignant'
  167. Bayesian inference and conformal prediction (prediction intervals) in nnetsauce v0.18.1
  168. Multiple examples of Machine Learning forecasting with ahead
  169. rtopy (v0.1.1): calling R functions in Python
  170. ahead forecasting (v0.10.0): fast time series model calibration and Python plots
  171. A plethora of datasets at your fingertips Part3: how many times do couples cheat on each other?
  172. nnetsauce's introduction as of 2024-02-11 (new version 0.17.0)
  173. Tuning Machine Learning models with GPopt's new version Part 2
  174. Tuning Machine Learning models with GPopt's new version
  175. Subsampling continuous and discrete response variables
  176. DeepMTS, a Deep Learning Model for Multivariate Time Series
  177. A classifier that's very accurate (and deep) Pt.2: there are > 90 classifiers in nnetsauce
  178. learningmachine: prediction intervals for conformalized Kernel ridge regression and Random Forest
  179. A plethora of datasets at your fingertips Part2: how many times do couples cheat on each other? Descriptive analytics, interpretability and prediction intervals using conformal prediction
  180. Diffusion models in Python with esgtoolkit (Part2)
  181. Diffusion models in Python with esgtoolkit
  182. Julia packaging at the command line
  183. Quasi-randomized nnetworks in Julia, Python and R
  184. A plethora of datasets at your fingertips
  185. A classifier that's very accurate (and deep)
  186. mlsauce version 0.8.10: Statistical/Machine Learning with Python and R
  187. AutoML in nnetsauce (randomized and quasi-randomized nnetworks) Pt.2: multivariate time series forecasting
  188. AutoML in nnetsauce (randomized and quasi-randomized nnetworks)
  189. Version v0.14.0 of nnetsauce for R and Python
  190. A diffusion model: G2++
  191. Diffusion models in ESGtoolkit + announcements
  192. An infinity of time series forecasting models in nnetsauce (Part 2 with uncertainty quantification)
  193. (News from) forecasting in Python with ahead (progress bars and plots)
  194. Forecasting in Python with ahead
  195. Risk-neutralize simulations
  196. Comparing cross-validation results using crossval_ml and boxplots
  197. Reminder
  198. Did you ask ChatGPT about who you are?
  199. A new version of nnetsauce (randomized and quasi-randomized 'neural' networks)
  200. Simple interfaces to the forecasting API
  201. A web application for forecasting in Python, R, Ruby, C#, JavaScript, PHP, Go, Rust, Java, MATLAB, etc.
  202. Prediction intervals (not only) for Boosted Configuration Networks in Python
  203. Boosted Configuration (neural) Networks Pt. 2
  204. Boosted Configuration (_neural_) Networks for classification
  205. A Machine Learning workflow using Techtonique
  206. Super Mario Bros © in the browser using PyScript
  207. News from ESGtoolkit, ycinterextra, and nnetsauce
  208. Explaining a Keras _neural_ network predictions with the-teller
  209. New version of nnetsauce -- various quasi-randomized networks
  210. A dashboard illustrating bivariate time series forecasting with `ahead`
  211. Hundreds of Statistical/Machine Learning models for univariate time series, using ahead, ranger, xgboost, and caret
  212. Forecasting with `ahead` (Python version)
  213. Tuning and interpreting LSBoost
  214. Time series cross-validation using `crossvalidation` (Part 2)
  215. Fast and scalable forecasting with ahead::ridge2f
  216. Automatic Forecasting with `ahead::dynrmf` and Ridge regression
  217. Forecasting with `ahead`
  218. Classification using linear regression
  219. `crossvalidation` and random search for calibrating support vector machines
  220. parallel grid search cross-validation using `crossvalidation`
  221. `crossvalidation` on R-universe, plus a classification example
  222. Documentation and source code for GPopt, a package for Bayesian optimization
  223. Hyperparameters tuning with GPopt
  224. A forecasting tool (API) with examples in curl, R, Python
  225. Bayesian Optimization with GPopt Part 2 (save and resume)
  226. Bayesian Optimization with GPopt
  227. Compatibility of nnetsauce and mlsauce with scikit-learn
  228. Explaining xgboost predictions with the teller
  229. An infinity of time series models in nnetsauce
  230. New activation functions in mlsauce's LSBoost
  231. 2020 recap, Gradient Boosting, Generalized Linear Models, AdaOpt with nnetsauce and mlsauce
  232. A deeper learning architecture in nnetsauce
  233. Classify penguins with nnetsauce's MultitaskClassifier
  234. Bayesian forecasting for uni/multivariate time series
  235. Generalized nonlinear models in nnetsauce
  236. Boosting nonlinear penalized least squares
  237. Statistical/Machine Learning explainability using Kernel Ridge Regression surrogates
  238. NEWS
  239. A glimpse into my PhD journey
  240. Submitting R package to CRAN
  241. Simulation of dependent variables in ESGtoolkit
  242. Forecasting lung disease progression
  243. New nnetsauce
  244. Technical documentation
  245. A new version of nnetsauce, and a new Techtonique website
  246. Back next week, and a few announcements
  247. Explainable 'AI' using Gradient Boosted randomized networks Pt2 (the Lasso)
  248. LSBoost: Explainable 'AI' using Gradient Boosted randomized networks (with examples in R and Python)
  249. nnetsauce version 0.5.0, randomized neural networks on GPU
  250. Maximizing your tip as a waiter (Part 2)
  251. New version of mlsauce, with Gradient Boosted randomized networks and stump decision trees
  252. Announcements
  253. Parallel AdaOpt classification
  254. Comments section and other news
  255. Maximizing your tip as a waiter
  256. AdaOpt classification on MNIST handwritten digits (without preprocessing)
  257. AdaOpt (a probabilistic classifier based on a mix of multivariable optimization and nearest neighbors) for R
  258. AdaOpt
  259. Custom errors for cross-validation using crossval::crossval_ml
  260. Documentation+Pypi for the `teller`, a model-agnostic tool for Machine Learning explainability
  261. Encoding your categorical variables based on the response variable and correlations
  262. Linear model, xgboost and randomForest cross-validation using crossval::crossval_ml
  263. Grid search cross-validation using crossval
  264. Documentation for the querier, a query language for Data Frames
  265. Time series cross-validation using crossval
  266. On model specification, identification, degrees of freedom and regularization
  267. Import data into the querier (now on Pypi), a query language for Data Frames
  268. R notebooks for nnetsauce
  269. Version 0.4.0 of nnetsauce, with fruits and breast cancer classification
  270. Create a specific feed in your Jekyll blog
  271. Git/Github for contributing to package development
  272. Feedback forms for contributing
  273. nnetsauce for R
  274. A new version of nnetsauce (v0.3.1)
  275. ESGtoolkit, a tool for Monte Carlo simulation (v0.2.0)
  276. Search bar, new year 2020
  277. 2019 Recap, the nnetsauce, the teller and the querier
  278. Understanding model interactions with the `teller`
  279. Using the `teller` on a classifier
  280. Benchmarking the querier's verbs
  281. Composing the querier's verbs for data wrangling
  282. Comparing and explaining model predictions with the teller
  283. Tests for the significance of marginal effects in the teller
  284. Introducing the teller
  285. Introducing the querier
  286. Prediction intervals for nnetsauce models
  287. Using R in Python for statistical learning/data science
  288. Model calibration with `crossval`
  289. Bagging in the nnetsauce
  290. Adaboost learning with nnetsauce
  291. Change in blog's presentation
  292. nnetsauce on Pypi
  293. More nnetsauce (examples of use)
  294. nnetsauce
  295. crossval
  296. test


Categories | Top

Forecasting

  1. ARIMA Pricing: Semi-Parametric Market price of risk for Risk-Neutral Pricing (code + preprint)
  2. My poster for the 18th FINANCIAL RISKS INTERNATIONAL FORUM by Institut Louis Bachelier/Fondation du Risque/Europlace Institute of Finance
  3. Presenting 'Online Probabilistic Estimation of Carbon Beta and Carbon Shapley Values for Financial and Climate Risk' at Institut Louis Bachelier
  4. Just got a paper on conformal prediction REJECTED by International Journal of Forecasting despite evidence on 30,000 time series (and more). What's going on? Part2: 1311 time series from the Tourism competition
  5. Techtonique is released! (with a tutorial in various programming languages and formats)
  6. Just got a paper on conformal prediction REJECTED by International Journal of Forecasting despite evidence on 30,000 time series (and more). What's going on?
  7. You can beat Forecasting LLMs (Large Language Models a.k.a foundation models) with nnetsauce.MTS
  8. My presentation at ISF 2024 conference (slides with nnetsauce probabilistic forecasting news)
  9. 10 uncertainty quantification methods in nnetsauce forecasting
  10. Forecasting with XGBoost embedded in Quasi-Randomized Neural Networks
  11. Forecasting Monthly Airline Passenger Numbers with Quasi-Randomized Neural Networks
  12. DeepMTS, a Deep Learning Model for Multivariate Time Series
  13. Version v0.14.0 of nnetsauce for R and Python
  14. An infinity of time series forecasting models in nnetsauce (Part 2 with uncertainty quantification)
  15. (News from) forecasting in Python with ahead (progress bars and plots)
  16. Forecasting in Python with ahead
  17. Simple interfaces to the forecasting API
  18. A web application for forecasting in Python, R, Ruby, C#, JavaScript, PHP, Go, Rust, Java, MATLAB, etc.
  19. A dashboard illustrating bivariate time series forecasting with `ahead`
  20. Hundreds of Statistical/Machine Learning models for univariate time series, using ahead, ranger, xgboost, and caret

Misc

  1. Analyzing Paper Reviews with LLMs: I Used ChatGPT, DeepSeek, Qwen, Mistral, Gemini, and Claude (and you should too + publish the analysis)
  2. A plethora of datasets at your fingertips Part2: how many times do couples cheat on each other? Descriptive analytics, interpretability and prediction intervals using conformal prediction
  3. Julia packaging at the command line
  4. A plethora of datasets at your fingertips
  5. Risk-neutralize simulations
  6. Comparing cross-validation results using crossval_ml and boxplots
  7. Reminder
  8. Did you ask ChatGPT about who you are?
  9. A web application for forecasting in Python, R, Ruby, C#, JavaScript, PHP, Go, Rust, Java, MATLAB, etc.
  10. Boosted Configuration (_neural_) Networks for classification
  11. Super Mario Bros © in the browser using PyScript
  12. News from ESGtoolkit, ycinterextra, and nnetsauce
  13. Time series cross-validation using `crossvalidation` (Part 2)
  14. Fast and scalable forecasting with ahead::ridge2f
  15. Automatic Forecasting with `ahead::dynrmf` and Ridge regression
  16. Forecasting with `ahead`
  17. Documentation and source code for GPopt, a package for Bayesian optimization
  18. Hyperparameters tuning with GPopt
  19. A forecasting tool (API) with examples in curl, R, Python
  20. Bayesian Optimization with GPopt Part 2 (save and resume)
  21. Bayesian Optimization with GPopt
  22. 2020 recap, Gradient Boosting, Generalized Linear Models, AdaOpt with nnetsauce and mlsauce
  23. Statistical/Machine Learning explainability using Kernel Ridge Regression surrogates
  24. NEWS
  25. A glimpse into my PhD journey
  26. Forecasting lung disease progression
  27. New nnetsauce
  28. Technical documentation
  29. A new version of nnetsauce, and a new Techtonique website
  30. Back next week, and a few announcements
  31. Maximizing your tip as a waiter (Part 2)
  32. New version of mlsauce, with Gradient Boosted randomized networks and stump decision trees
  33. Announcements
  34. Comments section and other news
  35. Maximizing your tip as a waiter
  36. Custom errors for cross-validation using crossval::crossval_ml
  37. Encoding your categorical variables based on the response variable and correlations
  38. Linear model, xgboost and randomForest cross-validation using crossval::crossval_ml
  39. Grid search cross-validation using crossval
  40. Time series cross-validation using crossval
  41. On model specification, identification, degrees of freedom and regularization
  42. Create a specific feed in your Jekyll blog
  43. Git/Github for contributing to package development
  44. Feedback forms for contributing
  45. Change in blog's presentation
  46. test

Python

  1. Techtonique dot net, the Machine Learning web API, is back online (but more like a passion project for now)
  2. Conformalized TabICL: Prediction Intervals for a State-Of-The-Art Tabular Foundation Model in Python and R
  3. Conformalized TabPFN: Prediction Intervals for a Pretrained Transformer for Tabular Data in Python and R
  4. Survival analysis with sklearn, glmnet, keras, pytorch, lightgbm, xgboost, nnetsauce, mlsauce Part 2
  5. Any Sklearn Regressor as a Survival Model — Does It Actually Work? Benchmarking vs Established Packages
  6. Conformal Optimization Beats Bayesian Optimization, Optuna and Random Search on 72 classification Datasets
  7. Techtonique dot net is down until further notice
  8. Python version of 'Option pricing using time series models as market price of risk Pt.3'
  9. nnetsauce with and without jax for GPU acceleration
  10. Understanding Boosted Configuration Networks (combined neural networks and boosting): An Intuitive Guide Through Their Hyperparameters
  11. R version of Python package survivalist, for model-agnostic survival analysis
  12. Overfitting and scaling (on GPU T4) tests on nnetsauce.CustomRegressor
  13. GPopt for Machine Learning (hyperparameters' tuning)
  14. rtopy: an R to Python bridge -- novelties
  15. Python examples for 'Beyond Nelson-Siegel and splines: A model- agnostic Machine Learning framework for discount curve calibration, interpolation and extrapolation'
  16. Finally figured out a way to port python packages to R using uv and reticulate: example with nnetsauce
  17. Overfitting Random Fourier Features: Universal Approximation Property
  18. Zero-Shot Probabilistic Time Series Forecasting with TabPFN 2.5 and nnetsauce
  19. Analyzing Paper Reviews with LLMs: I Used ChatGPT, DeepSeek, Qwen, Mistral, Gemini, and Claude (and you should too + publish the analysis)
  20. tisthemachinelearner: New Workflow with uv for R Integration of scikit-learn
  21. (ICYMI) RPweave: Unified R + Python + LaTeX System using uv
  22. New instantaneous short rates models with their deterministic shift adjustment, for historical and risk-neutral simulation
  23. RPweave: Unified R + Python + LaTeX System using uv
  24. GAN-like Synthetic Data Generation Examples (on univariate, multivariate distributions, digits recognition, Fashion-MNIST, stock returns, and Olivetti faces) with DistroSimulator
  25. Native uncertainty quantification for time series with NGBoost
  26. NGBoost (Natural Gradient Boosting) for Regression, Classification, Time Series forecasting and Reserving
  27. Real-time pricing with a pretrained probabilistic stock return model
  28. Reimagining Equity Solvency Capital Requirement Approximation (one of my Master's Thesis subjects): From Bilinear Interpolation to Probabilistic Machine Learning
  29. Transfer Learning using ahead::ridge2f on synthetic stocks returns Pt.2: synthetic data generation
  30. Transfer Learning using ahead::ridge2f on synthetic stocks returns
  31. I'm supposed to present 'Conformal Predictive Simulations for Univariate Time Series' at COPA CONFERENCE 2025 in London...
  32. Another interesting decision, now for 'Beyond Nelson-Siegel and splines: A model-agnostic Machine Learning framework for discount curve calibration, interpolation and extrapolation'
  33. Boosting any randomized based learner for regression, classification and univariate/multivariate time series forcasting
  34. New nnetsauce version with CustomBackPropRegressor (CustomRegressor with Backpropagation) and ElasticNet2Regressor (Ridge2 with ElasticNet regularization)
  35. mlsauce (home to a model-agnostic gradient boosting algorithm) can now be installed from PyPI.
  36. A user-friendly graphical interface to techtonique dot net's API (will eventually contain graphics).
  37. Calling =TECHTO_MLCLASSIFICATION for Machine Learning supervised CLASSIFICATION in Excel is just a matter of copying and pasting
  38. Calling =TECHTO_MLREGRESSION for Machine Learning supervised regression in Excel is just a matter of copying and pasting
  39. Calling =TECHTO_RESERVING and =TECHTO_MLRESERVING for claims triangle reserving in Excel is just a matter of copying and pasting
  40. Calling =TECHTO_SURVIVAL for Survival Analysis in Excel is just a matter of copying and pasting
  41. Calling =TECHTO_SIMULATION for Stochastic Simulation in Excel is just a matter of copying and pasting
  42. Calling =TECHTO_FORECAST for forecasting in Excel is just a matter of copying and pasting
  43. Random Vector Functional Link (RVFL) artificial neural network with 2 regularization parameters successfully used for forecasting/synthetic simulation in professional settings: Extensions (including Bayesian)
  44. Backpropagating quasi-randomized neural networks
  45. Beyond ARMA-GARCH: leveraging any statistical model for volatility forecasting
  46. An Overfitting dilemma: XGBoost Default Hyperparameters vs GenericBooster + LinearRegression Default Hyperparameters
  47. Free R, Python and SQL editors in techtonique dot net
  48. Beyond Nelson-Siegel and splines: A model-agnostic Machine Learning framework for discount curve calibration, interpolation and extrapolation
  49. scikit-learn, glmnet, xgboost, lightgbm, pytorch, keras, nnetsauce in probabilistic Machine Learning (for longitudinal data) Reserving (work in progress)
  50. Probabilistic Machine Learning (for longitudinal data) Reserving (work in progress)
  51. Python version of Beyond ARMA-GARCH: leveraging model-agnostic Quasi-Randomized networks and conformal prediction for nonparametric probabilistic stock forecasting (ML-ARCH)
  52. Permutations and SHAPley values for feature importance in techtonique dot net's API (with R + Python + the command line)
  53. Which patient is going to survive longer? Another guide to using techtonique dot net's API (with R + Python + the command line) for survival analysis
  54. A Guide to Using techtonique.net's API and rush for simulating and plotting Stochastic Scenarios
  55. Simulating Stochastic Scenarios with Diffusion Models: A Guide to Using techtonique.net's API for the purpose
  56. Will my apartment in 5th avenue be overpriced or not? Harnessing the power of www.techtonique.net (+ xgboost, lightgbm, catboost) to find out
  57. How long must I wait until something happens: A Comprehensive Guide to Survival Analysis via an API
  58. Harnessing the Power of techtonique.net: A Comprehensive Guide to Machine Learning Classification via an API
  59. Quantile regression with any regressor -- Examples with RandomForestRegressor, RidgeCV, KNeighborsRegressor
  60. Survival stacking: survival analysis translated as supervised classification in R and Python
  61. Extending the Theta forecasting method to GLMs and attention
  62. Probabilistic Time Series Forecasting (predictive simulations) in Microsoft Excel using Python, xlwings lite and www.techtonique.net
  63. My poster for the 18th FINANCIAL RISKS INTERNATIONAL FORUM by Institut Louis Bachelier/Fondation du Risque/Europlace Institute of Finance
  64. Word-Online: re-creating Karpathy's char-RNN (with supervised linear online learning of word embeddings) for text completion
  65. Presenting 'Online Probabilistic Estimation of Carbon Beta and Carbon Shapley Values for Financial and Climate Risk' at Institut Louis Bachelier
  66. Web app with DeepSeek R1 and Hugging Face API for chatting
  67. tisthemachinelearner: A Lightweight interface to scikit-learn with 2 classes, Classifier and Regressor (in Python and R)
  68. Model-agnostic global Survival Prediction of Patients with Myeloid Leukemia in QRT/Gustave Roussy Challenge (challengedata.ens.fr): Python's survivalist Quickstart
  69. Command Line Interface (CLI) for techtonique.net's API
  70. Gradient-Boosting and Boostrap aggregating anything (alert: high performance): Part5, easier install and Rust backend
  71. Just got a paper on conformal prediction REJECTED by International Journal of Forecasting despite evidence on 30,000 time series (and more). What's going on? Part2: 1311 time series from the Tourism competition
  72. Techtonique is released! (with a tutorial in various programming languages and formats)
  73. Univariate and Multivariate Probabilistic Forecasting with nnetsauce and TabPFN
  74. Just got a paper on conformal prediction REJECTED by International Journal of Forecasting despite evidence on 30,000 time series (and more). What's going on?
  75. Python and Interactive dashboard version of Stock price forecasting with Deep Learning: throwing power at the problem (and why it won't make you rich)
  76. No-code Machine Learning Cross-validation and Interpretability in techtonique.net
  77. survivalist: Probabilistic model-agnostic survival analysis using scikit-learn, glmnet, xgboost, lightgbm, pytorch, keras, nnetsauce and mlsauce
  78. Model-agnostic 'Bayesian' optimization (for hyperparameter tuning) using conformalized surrogates in GPopt
  79. You can beat Forecasting LLMs (Large Language Models a.k.a foundation models) with nnetsauce.MTS Pt.2: Generic Gradient Boosting
  80. You can beat Forecasting LLMs (Large Language Models a.k.a foundation models) with nnetsauce.MTS
  81. GLMNet in Python: Generalized Linear Models
  82. Gradient-Boosting anything (alert: high performance): Part4, Time series forecasting
  83. Predictive scenarios simulation in R, Python and Excel using Techtonique API
  84. Chat with your tabular data in www.techtonique.net
  85. Gradient-Boosting anything (alert: high performance): Part3, Histogram-based boosting
  86. R editor and SQL console (in addition to Python editors) in www.techtonique.net
  87. R and Python consoles + JupyterLite in www.techtonique.net
  88. Gradient-Boosting anything (alert: high performance)
  89. Benchmarking 30 statistical/Machine Learning models on the VN1 Forecasting -- Accuracy challenge
  90. Forecasting in Excel using Techtonique's Machine Learning APIs under the hood
  91. Techtonique web app for data-driven decisions using Mathematics, Statistics, Machine Learning, and Data Visualization
  92. Parallel for loops (Map or Reduce) + New versions of nnetsauce and ahead
  93. Adaptive (online/streaming) learning with uncertainty quantification using Polyak averaging in learningmachine
  94. New versions of nnetsauce and ahead
  95. Prediction sets and prediction intervals for conformalized Auto XGBoost, Auto LightGBM, Auto CatBoost, Auto GradientBoosting
  96. Conformalized adaptive (online/streaming) learning using learningmachine in Python and R
  97. Auto XGBoost, Auto LightGBM, Auto CatBoost, Auto GradientBoosting
  98. Copulas for uncertainty quantification in time series forecasting
  99. Forecasting uncertainty: sequential split conformal prediction + Block bootstrap (web app)
  100. learningmachine for Python (new version)
  101. My presentation at ISF 2024 conference (slides with nnetsauce probabilistic forecasting news)
  102. 10 uncertainty quantification methods in nnetsauce forecasting
  103. Forecasting with XGBoost embedded in Quasi-Randomized Neural Networks
  104. Forecasting Monthly Airline Passenger Numbers with Quasi-Randomized Neural Networks
  105. Automated hyperparameter tuning using any conformalized surrogate
  106. Recognizing handwritten digits with Ridge2Classifier
  107. A detailed introduction to Deep Quasi-Randomized 'neural' networks
  108. Probability of receiving a loan; using learningmachine
  109. mlsauce's `v0.18.2`: various examples and benchmarks with dimension reduction
  110. mlsauce's `v0.17.0`: boosting with Elastic Net, polynomials and heterogeneity in explanatory variables
  111. mlsauce's `v0.13.0`: taking into account inputs heterogeneity through clustering
  112. mlsauce's `v0.12.0`: prediction intervals for LSBoostRegressor
  113. learningmachine v1.1.2: for Python
  114. Bayesian inference and conformal prediction (prediction intervals) in nnetsauce v0.18.1
  115. rtopy (v0.1.1): calling R functions in Python
  116. ahead forecasting (v0.10.0): fast time series model calibration and Python plots
  117. A plethora of datasets at your fingertips Part3: how many times do couples cheat on each other?
  118. nnetsauce's introduction as of 2024-02-11 (new version 0.17.0)
  119. Tuning Machine Learning models with GPopt's new version Part 2
  120. Tuning Machine Learning models with GPopt's new version
  121. Subsampling continuous and discrete response variables
  122. DeepMTS, a Deep Learning Model for Multivariate Time Series
  123. A classifier that's very accurate (and deep) Pt.2: there are > 90 classifiers in nnetsauce
  124. A plethora of datasets at your fingertips Part2: how many times do couples cheat on each other? Descriptive analytics, interpretability and prediction intervals using conformal prediction
  125. Diffusion models in Python with esgtoolkit (Part2)
  126. Diffusion models in Python with esgtoolkit
  127. Quasi-randomized nnetworks in Julia, Python and R
  128. A plethora of datasets at your fingertips
  129. A classifier that's very accurate (and deep)
  130. mlsauce version 0.8.10: Statistical/Machine Learning with Python and R
  131. AutoML in nnetsauce (randomized and quasi-randomized nnetworks) Pt.2: multivariate time series forecasting
  132. AutoML in nnetsauce (randomized and quasi-randomized nnetworks)
  133. Version v0.14.0 of nnetsauce for R and Python
  134. An infinity of time series forecasting models in nnetsauce (Part 2 with uncertainty quantification)
  135. (News from) forecasting in Python with ahead (progress bars and plots)
  136. Forecasting in Python with ahead
  137. Did you ask ChatGPT about who you are?
  138. A new version of nnetsauce (randomized and quasi-randomized 'neural' networks)
  139. Simple interfaces to the forecasting API
  140. A web application for forecasting in Python, R, Ruby, C#, JavaScript, PHP, Go, Rust, Java, MATLAB, etc.
  141. Prediction intervals (not only) for Boosted Configuration Networks in Python
  142. A Machine Learning workflow using Techtonique
  143. Super Mario Bros © in the browser using PyScript
  144. News from ESGtoolkit, ycinterextra, and nnetsauce
  145. Explaining a Keras _neural_ network predictions with the-teller
  146. New version of nnetsauce -- various quasi-randomized networks
  147. A dashboard illustrating bivariate time series forecasting with `ahead`
  148. Forecasting with `ahead` (Python version)
  149. Tuning and interpreting LSBoost
  150. Classification using linear regression
  151. Documentation and source code for GPopt, a package for Bayesian optimization
  152. Hyperparameters tuning with GPopt
  153. A forecasting tool (API) with examples in curl, R, Python
  154. Bayesian Optimization with GPopt Part 2 (save and resume)
  155. Bayesian Optimization with GPopt
  156. Compatibility of nnetsauce and mlsauce with scikit-learn
  157. Explaining xgboost predictions with the teller
  158. An infinity of time series models in nnetsauce
  159. 2020 recap, Gradient Boosting, Generalized Linear Models, AdaOpt with nnetsauce and mlsauce
  160. A deeper learning architecture in nnetsauce
  161. Generalized nonlinear models in nnetsauce
  162. Boosting nonlinear penalized least squares
  163. Technical documentation
  164. A new version of nnetsauce, and a new Techtonique website
  165. Back next week, and a few announcements
  166. Explainable 'AI' using Gradient Boosted randomized networks Pt2 (the Lasso)
  167. LSBoost: Explainable 'AI' using Gradient Boosted randomized networks (with examples in R and Python)
  168. nnetsauce version 0.5.0, randomized neural networks on GPU
  169. Maximizing your tip as a waiter (Part 2)
  170. Parallel AdaOpt classification
  171. Maximizing your tip as a waiter
  172. AdaOpt classification on MNIST handwritten digits (without preprocessing)
  173. AdaOpt
  174. Documentation+Pypi for the `teller`, a model-agnostic tool for Machine Learning explainability
  175. Encoding your categorical variables based on the response variable and correlations
  176. Documentation for the querier, a query language for Data Frames
  177. Import data into the querier (now on Pypi), a query language for Data Frames
  178. Version 0.4.0 of nnetsauce, with fruits and breast cancer classification
  179. A new version of nnetsauce (v0.3.1)
  180. Using R in Python for statistical learning/data science
  181. nnetsauce on Pypi

QuasiRandomizedNN

  1. Gradient-Boosting anything (alert: high performance): Part4, Time series forecasting
  2. Gradient-Boosting anything (alert: high performance): Part3, Histogram-based boosting
  3. My presentation at ISF 2024 conference (slides with nnetsauce probabilistic forecasting news)
  4. 10 uncertainty quantification methods in nnetsauce forecasting
  5. Forecasting with XGBoost embedded in Quasi-Randomized Neural Networks
  6. Forecasting Monthly Airline Passenger Numbers with Quasi-Randomized Neural Networks
  7. Automated hyperparameter tuning using any conformalized surrogate
  8. Recognizing handwritten digits with Ridge2Classifier
  9. A plethora of datasets at your fingertips Part3: how many times do couples cheat on each other?
  10. nnetsauce's introduction as of 2024-02-11 (new version 0.17.0)
  11. DeepMTS, a Deep Learning Model for Multivariate Time Series
  12. A classifier that's very accurate (and deep) Pt.2: there are > 90 classifiers in nnetsauce
  13. Quasi-randomized nnetworks in Julia, Python and R
  14. A classifier that's very accurate (and deep)
  15. AutoML in nnetsauce (randomized and quasi-randomized nnetworks) Pt.2: multivariate time series forecasting
  16. AutoML in nnetsauce (randomized and quasi-randomized nnetworks)
  17. Version v0.14.0 of nnetsauce for R and Python
  18. An infinity of time series forecasting models in nnetsauce (Part 2 with uncertainty quantification)
  19. A new version of nnetsauce (randomized and quasi-randomized 'neural' networks)
  20. New version of nnetsauce -- various quasi-randomized networks
  21. Tuning and interpreting LSBoost
  22. Classification using linear regression
  23. An infinity of time series models in nnetsauce
  24. A deeper learning architecture in nnetsauce
  25. Classify penguins with nnetsauce's MultitaskClassifier
  26. Bayesian forecasting for uni/multivariate time series
  27. New nnetsauce
  28. Technical documentation
  29. A new version of nnetsauce, and a new Techtonique website
  30. Back next week, and a few announcements
  31. nnetsauce version 0.5.0, randomized neural networks on GPU
  32. R notebooks for nnetsauce
  33. Version 0.4.0 of nnetsauce, with fruits and breast cancer classification
  34. Feedback forms for contributing
  35. nnetsauce for R
  36. A new version of nnetsauce (v0.3.1)
  37. 2019 Recap, the nnetsauce, the teller and the querier
  38. Prediction intervals for nnetsauce models
  39. Bagging in the nnetsauce
  40. Adaboost learning with nnetsauce
  41. nnetsauce on Pypi
  42. More nnetsauce (examples of use)
  43. nnetsauce

R

  1. How Conformal Prediction Makes Linear Models Good Enough — An Example Using R Package mlS3
  2. Techtonique dot net, the Machine Learning web API, is back online (but more like a passion project for now)
  3. Conformalized TabICL: Prediction Intervals for a State-Of-The-Art Tabular Foundation Model in Python and R
  4. Conformalized TabPFN: Prediction Intervals for a Pretrained Transformer for Tabular Data in Python and R
  5. Probabilistic Time Series Cross-Validation with R package crossvalidation
  6. One interface, (Almost) Every Classifier (and Regressor): unifiedml v0.3.0
  7. You Don't Need to Learn All the Weights on tabular data: The Case for rvflnet (a nonlinear expressive glmnet) on regression, classification and survival analysis
  8. `mlS3` — A Unified S3 Machine Learning Interface in R
  9. One interface, (Almost) Every Classifier: unifiedml v0.2.1
  10. Techtonique dot net is down until further notice
  11. Explaining Time-Series Forecasts with Sensitivity Analysis (ahead::dynrmf and external regressors)
  12. Option pricing using time series models as market price of risk Pt.3
  13. Explaining Time-Series Forecasts with Exact Shapley Values (ahead::dynrmf with external regressors applied to scenarios)
  14. My Presentation at Risk 2026: Lightweight Transfer Learning for Financial Forecasting
  15. nnetsauce with and without jax for GPU acceleration
  16. Understanding Boosted Configuration Networks (combined neural networks and boosting): An Intuitive Guide Through Their Hyperparameters
  17. R version of Python package survivalist, for model-agnostic survival analysis
  18. Presenting Lightweight Transfer Learning for Financial Forecasting (Risk 2026)
  19. Option pricing using time series models as market price of risk
  20. Enhancing Time Series Forecasting (ahead::ridge2f) with Attention-Based Context Vectors (ahead::contextridge2f)
  21. Beyond Cross-validation: Hyperparameter Optimization via Generalization Gap Modeling
  22. rtopy: an R to Python bridge -- novelties
  23. Python examples for 'Beyond Nelson-Siegel and splines: A model- agnostic Machine Learning framework for discount curve calibration, interpolation and extrapolation'
  24. Forecasting benchmark: Dynrmf (a new serious competitor in town) vs Theta Method on M-Competitions and Tourism competitition
  25. Finally figured out a way to port python packages to R using uv and reticulate: example with nnetsauce
  26. Overfitting Random Fourier Features: Universal Approximation Property
  27. Counterfactual Scenario Analysis with ahead::ridge2f
  28. ARIMA Pricing: Semi-Parametric Market price of risk for Risk-Neutral Pricing (code + preprint)
  29. Analyzing Paper Reviews with LLMs: I Used ChatGPT, DeepSeek, Qwen, Mistral, Gemini, and Claude (and you should too + publish the analysis)
  30. tisthemachinelearner: New Workflow with uv for R Integration of scikit-learn
  31. (ICYMI) RPweave: Unified R + Python + LaTeX System using uv
  32. unifiedml: A Unified Machine Learning Interface for R, is now on CRAN + Discussion about AI replacing humans
  33. Context-aware Theta forecasting Method: Extending Classical Time Series Forecasting with Machine Learning
  34. unifiedml in R: A Unified Machine Learning Interface
  35. Deterministic Shift Adjustment in Arbitrage-Free Pricing (historical to risk-neutral short rates)
  36. New instantaneous short rates models with their deterministic shift adjustment, for historical and risk-neutral simulation
  37. RPweave: Unified R + Python + LaTeX System using uv
  38. GAN-like Synthetic Data Generation Examples (on univariate, multivariate distributions, digits recognition, Fashion-MNIST, stock returns, and Olivetti faces) with DistroSimulator
  39. R port of llama2.c
  40. Native uncertainty quantification for time series with NGBoost
  41. Real-time pricing with a pretrained probabilistic stock return model
  42. Combining any model with GARCH(1,1) for probabilistic stock forecasting
  43. Generating Synthetic Data with R-vine Copulas using esgtoolkit in R
  44. Reimagining Equity Solvency Capital Requirement Approximation (one of my Master's Thesis subjects): From Bilinear Interpolation to Probabilistic Machine Learning
  45. Transfer Learning using ahead::ridge2f on synthetic stocks returns Pt.2: synthetic data generation
  46. Transfer Learning using ahead::ridge2f on synthetic stocks returns
  47. I'm supposed to present 'Conformal Predictive Simulations for Univariate Time Series' at COPA CONFERENCE 2025 in London...
  48. external regressors in ahead::dynrmf's interface for Machine learning forecasting
  49. Another interesting decision, now for 'Beyond Nelson-Siegel and splines: A model-agnostic Machine Learning framework for discount curve calibration, interpolation and extrapolation'
  50. A user-friendly graphical interface to techtonique dot net's API (will eventually contain graphics).
  51. Calling =TECHTO_MLCLASSIFICATION for Machine Learning supervised CLASSIFICATION in Excel is just a matter of copying and pasting
  52. Calling =TECHTO_MLREGRESSION for Machine Learning supervised regression in Excel is just a matter of copying and pasting
  53. Calling =TECHTO_RESERVING and =TECHTO_MLRESERVING for claims triangle reserving in Excel is just a matter of copying and pasting
  54. Calling =TECHTO_SURVIVAL for Survival Analysis in Excel is just a matter of copying and pasting
  55. Calling =TECHTO_SIMULATION for Stochastic Simulation in Excel is just a matter of copying and pasting
  56. Calling =TECHTO_FORECAST for forecasting in Excel is just a matter of copying and pasting
  57. Random Vector Functional Link (RVFL) artificial neural network with 2 regularization parameters successfully used for forecasting/synthetic simulation in professional settings: Extensions (including Bayesian)
  58. R version of 'Backpropagating quasi-randomized neural networks'
  59. Beyond ARMA-GARCH: leveraging any statistical model for volatility forecasting
  60. Stacked generalization (Machine Learning model stacking) + conformal prediction for forecasting with ahead::mlf
  61. Programming language-agnostic reserving using RidgeCV, LightGBM, XGBoost, and ExtraTrees Machine Learning models
  62. Free R, Python and SQL editors in techtonique dot net
  63. Beyond Nelson-Siegel and splines: A model-agnostic Machine Learning framework for discount curve calibration, interpolation and extrapolation
  64. R version of Probabilistic Machine Learning (for longitudinal data) Reserving (work in progress)
  65. Beyond ARMA-GARCH: leveraging model-agnostic Machine Learning and conformal prediction for nonparametric probabilistic stock forecasting (ML-ARCH)
  66. Permutations and SHAPley values for feature importance in techtonique dot net's API (with R + Python + the command line)
  67. Which patient is going to survive longer? Another guide to using techtonique dot net's API (with R + Python + the command line) for survival analysis
  68. A Guide to Using techtonique.net's API and rush for simulating and plotting Stochastic Scenarios
  69. Simulating Stochastic Scenarios with Diffusion Models: A Guide to Using techtonique.net's API for the purpose
  70. Will my apartment in 5th avenue be overpriced or not? Harnessing the power of www.techtonique.net (+ xgboost, lightgbm, catboost) to find out
  71. How long must I wait until something happens: A Comprehensive Guide to Survival Analysis via an API
  72. Harnessing the Power of techtonique.net: A Comprehensive Guide to Machine Learning Classification via an API
  73. Quantile regression with any regressor -- Examples with RandomForestRegressor, RidgeCV, KNeighborsRegressor
  74. Survival stacking: survival analysis translated as supervised classification in R and Python
  75. 'Bayesian' optimization of hyperparameters in a R machine learning model using the bayesianrvfl package
  76. A lightweight interface to scikit-learn in R: Bayesian and Conformal prediction
  77. A lightweight interface to scikit-learn in R Pt.2: probabilistic time series forecasting in conjunction with ahead::dynrmf
  78. Extending the Theta forecasting method to GLMs, GAMs, GLMBOOST and attention: benchmarking on Tourism, M1, M3 and M4 competition data sets (28000 series)
  79. Extending the Theta forecasting method to GLMs and attention
  80. Nonlinear conformalized Generalized Linear Models (GLMs) with R package 'rvfl' (and other models)
  81. Conformalize (improved prediction intervals and simulations) any R Machine Learning model with misc::conformalize
  82. My poster for the 18th FINANCIAL RISKS INTERNATIONAL FORUM by Institut Louis Bachelier/Fondation du Risque/Europlace Institute of Finance
  83. Interpretable probabilistic kernel ridge regression using Matérn 3/2 kernels
  84. (News from) Probabilistic Forecasting of univariate and multivariate Time Series using Quasi-Randomized Neural Networks (Ridge2) and Conformal Prediction
  85. Word-Online: re-creating Karpathy's char-RNN (with supervised linear online learning of word embeddings) for text completion
  86. CRAN-like repository for most recent releases of Techtonique's R packages
  87. Presenting 'Online Probabilistic Estimation of Carbon Beta and Carbon Shapley Values for Financial and Climate Risk' at Institut Louis Bachelier
  88. Web app with DeepSeek R1 and Hugging Face API for chatting
  89. tisthemachinelearner: A Lightweight interface to scikit-learn with 2 classes, Classifier and Regressor (in Python and R)
  90. R version of survivalist: Probabilistic model-agnostic survival analysis using scikit-learn, xgboost, lightgbm (and conformal prediction)
  91. A simple test of the martingale hypothesis in esgtoolkit
  92. Command Line Interface (CLI) for techtonique.net's API
  93. Gradient-Boosting and Boostrap aggregating anything (alert: high performance): Part5, easier install and Rust backend
  94. Just got a paper on conformal prediction REJECTED by International Journal of Forecasting despite evidence on 30,000 time series (and more). What's going on? Part2: 1311 time series from the Tourism competition
  95. Techtonique is released! (with a tutorial in various programming languages and formats)
  96. Just got a paper on conformal prediction REJECTED by International Journal of Forecasting despite evidence on 30,000 time series (and more). What's going on?
  97. Stock price forecasting with Deep Learning: throwing power at the problem (and why it won't make you rich)
  98. No-code Machine Learning Cross-validation and Interpretability in techtonique.net
  99. You can beat Forecasting LLMs (Large Language Models a.k.a foundation models) with nnetsauce.MTS
  100. Unified interface and conformal prediction (calibrated prediction intervals) for R package forecast (and 'affiliates')
  101. GLMNet in Python: Generalized Linear Models
  102. Gradient-Boosting anything (alert: high performance): Part4, Time series forecasting
  103. Predictive scenarios simulation in R, Python and Excel using Techtonique API
  104. Chat with your tabular data in www.techtonique.net
  105. Gradient-Boosting anything (alert: high performance): Part3, Histogram-based boosting
  106. R editor and SQL console (in addition to Python editors) in www.techtonique.net
  107. R and Python consoles + JupyterLite in www.techtonique.net
  108. Gradient-Boosting anything (alert: high performance): Part2, R version
  109. Gradient-Boosting anything (alert: high performance)
  110. Automated random variable distribution inference using Kullback-Leibler divergence and simulating best-fitting distribution
  111. Techtonique web app for data-driven decisions using Mathematics, Statistics, Machine Learning, and Data Visualization
  112. Parallel for loops (Map or Reduce) + New versions of nnetsauce and ahead
  113. Adaptive (online/streaming) learning with uncertainty quantification using Polyak averaging in learningmachine
  114. New versions of nnetsauce and ahead
  115. Prediction sets and prediction intervals for conformalized Auto XGBoost, Auto LightGBM, Auto CatBoost, Auto GradientBoosting
  116. Quick/automated R package development workflow (assuming you're using macOS or Linux) Part2
  117. R package development workflow (assuming you're using macOS or Linux)
  118. A new method for deriving a nonparametric confidence interval for the mean
  119. Conformalized adaptive (online/streaming) learning using learningmachine in Python and R
  120. Bayesian (nonlinear) adaptive learning
  121. Auto XGBoost, Auto LightGBM, Auto CatBoost, Auto GradientBoosting
  122. Forecasting uncertainty: sequential split conformal prediction + Block bootstrap (web app)
  123. learningmachine v2.0.0: Machine Learning with explanations and uncertainty quantification
  124. Forecasting the Economy
  125. A detailed introduction to Deep Quasi-Randomized 'neural' networks
  126. Probability of receiving a loan; using learningmachine
  127. mlsauce's `v0.18.2`: various examples and benchmarks with dimension reduction
  128. Conformalized predictive simulations for univariate time series on more than 250 data sets
  129. learningmachine v1.0.0: prediction intervals around the probability of the event 'a tumor being malignant'
  130. Multiple examples of Machine Learning forecasting with ahead
  131. rtopy (v0.1.1): calling R functions in Python
  132. ahead forecasting (v0.10.0): fast time series model calibration and Python plots
  133. A classifier that's very accurate (and deep) Pt.2: there are > 90 classifiers in nnetsauce
  134. learningmachine: prediction intervals for conformalized Kernel ridge regression and Random Forest
  135. A plethora of datasets at your fingertips Part2: how many times do couples cheat on each other? Descriptive analytics, interpretability and prediction intervals using conformal prediction
  136. Diffusion models in Python with esgtoolkit (Part2)
  137. Diffusion models in Python with esgtoolkit
  138. Quasi-randomized nnetworks in Julia, Python and R
  139. A plethora of datasets at your fingertips
  140. A classifier that's very accurate (and deep)
  141. mlsauce version 0.8.10: Statistical/Machine Learning with Python and R
  142. Version v0.14.0 of nnetsauce for R and Python
  143. A diffusion model: G2++
  144. Diffusion models in ESGtoolkit + announcements
  145. Risk-neutralize simulations
  146. Comparing cross-validation results using crossval_ml and boxplots
  147. Did you ask ChatGPT about who you are?
  148. A new version of nnetsauce (randomized and quasi-randomized 'neural' networks)
  149. Simple interfaces to the forecasting API
  150. A web application for forecasting in Python, R, Ruby, C#, JavaScript, PHP, Go, Rust, Java, MATLAB, etc.
  151. Boosted Configuration (neural) Networks Pt. 2
  152. Boosted Configuration (_neural_) Networks for classification
  153. News from ESGtoolkit, ycinterextra, and nnetsauce
  154. New version of nnetsauce -- various quasi-randomized networks
  155. A dashboard illustrating bivariate time series forecasting with `ahead`
  156. Hundreds of Statistical/Machine Learning models for univariate time series, using ahead, ranger, xgboost, and caret
  157. Time series cross-validation using `crossvalidation` (Part 2)
  158. Fast and scalable forecasting with ahead::ridge2f
  159. Automatic Forecasting with `ahead::dynrmf` and Ridge regression
  160. Forecasting with `ahead`
  161. `crossvalidation` and random search for calibrating support vector machines
  162. parallel grid search cross-validation using `crossvalidation`
  163. `crossvalidation` on R-universe, plus a classification example
  164. A forecasting tool (API) with examples in curl, R, Python
  165. An infinity of time series models in nnetsauce
  166. New activation functions in mlsauce's LSBoost
  167. 2020 recap, Gradient Boosting, Generalized Linear Models, AdaOpt with nnetsauce and mlsauce
  168. Classify penguins with nnetsauce's MultitaskClassifier
  169. Bayesian forecasting for uni/multivariate time series
  170. Boosting nonlinear penalized least squares
  171. Statistical/Machine Learning explainability using Kernel Ridge Regression surrogates
  172. Submitting R package to CRAN
  173. Simulation of dependent variables in ESGtoolkit
  174. Forecasting lung disease progression
  175. Explainable 'AI' using Gradient Boosted randomized networks Pt2 (the Lasso)
  176. LSBoost: Explainable 'AI' using Gradient Boosted randomized networks (with examples in R and Python)
  177. nnetsauce version 0.5.0, randomized neural networks on GPU
  178. Maximizing your tip as a waiter (Part 2)
  179. Maximizing your tip as a waiter
  180. AdaOpt classification on MNIST handwritten digits (without preprocessing)
  181. AdaOpt (a probabilistic classifier based on a mix of multivariable optimization and nearest neighbors) for R
  182. Custom errors for cross-validation using crossval::crossval_ml
  183. Encoding your categorical variables based on the response variable and correlations
  184. Linear model, xgboost and randomForest cross-validation using crossval::crossval_ml
  185. Grid search cross-validation using crossval
  186. Time series cross-validation using crossval
  187. On model specification, identification, degrees of freedom and regularization
  188. R notebooks for nnetsauce
  189. Version 0.4.0 of nnetsauce, with fruits and breast cancer classification
  190. Feedback forms for contributing
  191. nnetsauce for R
  192. ESGtoolkit, a tool for Monte Carlo simulation (v0.2.0)
  193. Using R in Python for statistical learning/data science
  194. Model calibration with `crossval`
  195. crossval