Describe the bug
When testing the MambularClassifier on another dataset, it failed due to an assertion error.
Thus, I decided to take you code example and received the same error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expectation: classifier starts to fit to the dataset and returns a fit model
Screenshots

AttributeError: 'MambularClassifier' object has no attribute 'data_module'
Desktop (please complete the following information):
- OS: Ubuntu 22.04, Windows 10
- Python version: Ubuntu - Python 3.10.2; Windows python 3.11.2
- Mambular Version 0.2.1
Describe the bug
When testing the MambularClassifier on another dataset, it failed due to an assertion error.
Thus, I decided to take you code example and received the same error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expectation: classifier starts to fit to the dataset and returns a fit model
Screenshots

AttributeError: 'MambularClassifier' object has no attribute 'data_module'
Desktop (please complete the following information):