Mathis Derenne

Results 5 issues of Mathis Derenne

MissingValuesExogWarning is raised despite using a transformer for exogenous variable on ForecasterAutoreg instance. No NaN values found after checking : pre = preprocessor.fit(X_train) X_test_transformed = pre.transform(X_test) np.isnan(X_test_transformed).sum() // is equal...

First, thanks a lot for your creating this extension as this is the only currently working extension allowing this. It would be amazing if button to open Analyze in Lichess...

Table cause Typst build to to raise `⛔️ Unhandled Typst conversion for node of "div"` 1.1.56 ## Description I was using 1.1.53 before and Table were rendered : Since 1.1.56...

bug
typst

Figure and Table directive don't react to parameter change (align, height, etc.) in web build. MyST v1.1.53 ## Description Here is code example and [here](https://mathisdrn.github.io/head_coach_dismissal/#lavantage-de-jouer-domicile) is static build of it:...

bug
LaTeX
typst

I am not able to provide a simple reproducing test case but the following fail ```python from category_encoder import CountEncoder # Works as expected CountEncoder( drop_invariant=True, normalize=False, min_group_size=0.03, combine_min_nan_groups=True ).fit_transform(df[['a...