AFT
AFT
Since a true fix made available in the package might take some time, there are two fixes you could try to solve the issue faster: First, try the TabulaRNN(model_type="LSTM", d_conv=16)...
V1.0.0 now includes both, Mamba1 and Mamba2 from the mamba-ssm package. I will close this issue, but feel free to reopen when there are further issues :)
Similarly, dash gives out some warnings which we couild try and avoid: ```python from stream_topic.models import CBC \envs\stream_topic_venv\lib\site-packages\dash\_jupyter.py:28: DeprecationWarning: The `ipykernel.comm.Comm` class has been deprecated. Please use the `comm` module...
# solved with version 0.2.0 #110
Thanks for raising this. Below are some examples, but we will add better documentation in the next release. Please leave this issue open until then: ## Simple example Generally, the...
And to clarify: If you fit any model, you do not need to call the preprocessor manually, it is handled inside the build_model() functionality. The arguments from the examples above...
Please provide a minimal code example to recreate the error. Also check out #153 as it seems related to this.
Since there was no further information provided and we have not received any other issues in this regard, I will close this issue. Feel free to reopen it and providing...
I could not recreate the issue with the current mambular version and the example_classification.py file. Can you give a minimal example to reproduce the issue as well as information on...
I will close this issue, since it seems that updating to the latest version of mambular solves the issue. Feel free to reopen if the bug reoccurs.