-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When trying to fit a classification model on the adult census dataset, the training process results in a TypeError while trying to concatenate an integer to a string in datamodule.py
To Reproduce
- load adult census dataset using shapiq with shapiq.datasets.load_adult_census()
- preprocess data using sklearns train_test_split() function which shuffles dataset und splits it into four numpy arrays (x_train, x_test, y_train, y_test)
- create Instance of MambularClassifier and fit it on numpy arrays x_train, y_train
Expected behavior
Method is expected to further process training data and use it to train model. After that, the best model parameters are expected to be saved under model_checkpoints.
Screenshots
Desktop:
- OS: Ubuntu via WSL2
- Python version 3.10.12
- Mambular Version 1.1.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
