-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hello Amir, thanks for the amazing work!
Installing the package went like a breeze, yet I am facing a few errors when running some of the suggested examples:
-
Running 'python batchTest.py -d credit -m mlp -n one_norm -a MACE_eps_1e-3 -b 0 -s 1'
In this case, I got an assertion error due to insufficient accuracy. Does not seem a big issue, perhaps some bad luck during training. -
Running ''python batchTest.py -d credit -m forest -n one_norm -a MACE_eps_1e-3 -b 0 -s 1'
In this case, I get the following error: "ValueError: Number of features of the model must match the input. Model n_features is 20 and input n_features is 14". After some analysis, I have the impression that this error occurs due to two "ordinal" attributes in the data set that seems to trigger a one-hot encoding, and later some inconsistencies between different data structures. -
Running ''python batchTest.py -d credit -m forest -n one_norm -a FT -b 0 -s 1'
This seems to lead to an error that is similar to the previous test.
Am-I correctly using the code, and is there a way to fix this issue?
Thanks a lot!
--Thibaut
