Skip to content

[BUG] UnpicklingError while fitting model #212

@jbottke

Description

@jbottke

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

Image

Desktop:

  • OS: Ubuntu via WSL2
  • Python version 3.10.12
  • Mambular Version 1.1.0

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions