-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
I saw your notebook related to Lithology Classification. I faced an error related to hidden_layer_size, which is not an attribute of the KANClassifier() library.
model=KANClassifier()
when I try to fit the model:
model.fit(X_train, y_train)
it provided error of hidden_layer_size is not an attribute. Do you have any idea related to that issue?
Metadata
Metadata
Assignees
Labels
No labels