Publications by T. Moudiki

Forecasting in Excel using Techtonique’s Machine Learning APIs under the hood

30.09.2024

I created a basic Python FastAPI app that allows you to interact with Techtonique web app through Excel. More specifically, Visual Basic for Applications (VBA) Excel. All you need to do is download the Excel file VBA-Web.xlsm, visit “Sheet1” and “Sheet2”, and click the buttons. In “Sheet2”, you should see something like this:Keep in min...

3886 sym 1 img

Techtonique web app for data-driven decisions using Mathematics, Statistics, Machine Learning, and Data Visualization

25.09.2024

This week, I released Techtonique web app, a tool designed to help you make informed, data-driven decisions using Mathematics, Statistics, Machine Learning, and Data Visualization. As of September 2024, the tool is in its beta phase (subject to crashes) and will remain completely free to use until December 24, 2024. After registering, you will rece...

2982 sym 1 img 5 tbl

Parallel for loops (Map or Reduce) + New versions of nnetsauce and ahead

16.09.2024

nnetsauceThe news are (reminder: the nnetsauce.Lazy*s do automated Machine Learning benchmarking of multiple models):Update LazyDeepMTS: no more LazyMTS class, instead, you can use LazyDeepMTS with n_layers=1Specify forecasting horizon in LazyDeepMTS (see updated docs and examples/lazy_mts_horizon.py)New class ClassicalMTS for classsical models (fo...

1707 sym R (655 sym/10 pcs)

Adaptive (online/streaming) learning with uncertainty quantification using Polyak averaging in learningmachine

09.09.2024

The model presented here is a frequentist – conformalized – version of the Bayesian one presented in #152. It is implemented in learningmachine, both in Python and R, and is updated as new observations arrive, using Polyak averaging. Model explanations are given as sensitivity analyses. 1 – R version %load_ext rpy2.ipython %%R utils::instal...

828 sym R (13827 sym/6 pcs) 6 img 4 tbl

Adaptive (online/streaming) learning with uncertainty quantification using Polyak averaging in learningmachine

10.09.2024

The model presented here is a frequentist – conformalized – version of the Bayesian one presented in #152. It is implemented in learningmachine, both in Python and R, and is updated as new observations arrive, using Polyak averaging. Model explanations are given as sensitivity analyses.1 – R version%load_ext rpy2.ipython %%R utils::install.p...

923 sym R (13786 sym/28 pcs) 3 img 4 tbl

New versions of nnetsauce and ahead

08.09.2024

New versions of nnetsauce and ahead will be released this week. Big releases, notably with more uncertainty quantification methods implemented in both packages. Stay tuned. PS: You can now (well, again) comment on posts on this website. Hope it works better than Disqus. Related To leave a comment for the author, please follow the link and comment...

676 sym

Prediction sets and prediction intervals for conformalized Auto XGBoost, Auto LightGBM, Auto CatBoost, Auto GradientBoosting

02.09.2024

In #151, I introduced a minimal unified interface to XGBoost, CatBoost, LightGBM, and GradientBoosting in Python and R. These models can be automatically calibrated by using GPopt (a package for Bayesian optimization) under the hood. In this post, I’ll show how to obtain prediction sets (classification) and prediction intervals (regression) for t...

765 sym R (15006 sym/23 pcs) 4 img

Quick/automated R package development workflow (assuming you’re using macOS or Linux) Part2

29.08.2024

Disclaimer: I have no affiliation with the VS Code team, just a user who likes the product. Earlier this week in #155, I posted about a quick/automated workflow for R package development at the command line. Using this workflow along with VS Code Editor – after experimenting it myself – is a breeze… Interested in using VS Code for your R pack...

2160 sym R (25 sym/1 pcs) 2 img

R package development workflow (assuming you’re using macOS or Linux)

26.08.2024

I’m using VS Code on macOS for Python, R, Javascript (etc.) development. I needed a quick/automated workflow for my R package development at the command line, so I created this Makefile (if necessary install Python): https://gist.github.com/thierrymoudiki/3bd7cfa099aef0c64eb5f91138d8cedb All you need to do is: store the Makefile at the root of...

1673 sym Python (1778 sym/1 pcs)

A new method for deriving a nonparametric confidence interval for the mean

25.08.2024

Last week, I was looking for a way to construct nonparametric confidence intervals for average effects in learningmachine (using Student-T tests to construct confidence intervals for now). So, I thought of one and implemented it. The methodology combines stratified sampling with the generation of pseudo-observations derived from standardized resid...

3789 sym R (17155 sym/6 pcs) 22 img