Mathis Derenne

Results 5 comments of Mathis Derenne

Thanks for the support. _lift warning is gone and it was inbetween commit so I am unable to reproduce.

Hi @rowanc1, Since MyST 1.2.0 some table are rendered like this : Debugging option doesn't seem to show anything meaningful. I have used myst clean --templates before running myst build.

data_test['y'].plot(ax=ax, label='test') imply that your dataframe index are date but you way of creating X_train, X_test suggest otherwise : data_train, data_test = data[0:train_size], data[train_size:len(data)] Could you check your input data...

I was also trying to render a dataframe into a proper markdown table and I was able to reproduce bug. This is inconvenient as mystnb should help to format table...

Just installed 1.2.3 to update my PDF but now, not a single table is rendered and figure are no longer rendered : Here is side by side diff 1.2.0 /...