tusharsarkar3 / XBNet

Boosted neural network for tabular data
MIT License
210 stars 45 forks source link

Can i use your implementation in a non interactive way? #11

Open HiramCillo opened 2 years ago

HiramCillo commented 2 years ago

I just think that is little weird to introduce manually (or interactively) the number of layers and other hyperparameters.

showkeyjar commented 2 years ago

+1

jmrichardson commented 2 years ago

+1000

Slyth3 commented 1 year ago

+1000000

Slyth3 commented 1 year ago

So I found how to do this in the code

when initialising the model you need to set the paramaters

Example: model = XBNETClassifier(X_train,y_train, num_layers = 2, input_through_cmd = True, inputs_for_gui=[11,11,11,11,3])

This is a model of 4 hidden layers of 11 neurons each with "None" (3) output layer