-
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 Mambular classification model on the adult census dataset, the training process results in an UnpicklingError.
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 train a Mambular classification model and save the best model under model_checkpoints as a .ckpt file.
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