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