Soham Pal
Soham Pal
You can try it this way: ``` for batch_idx, (data, target) in enumerate(dataloader): # Code for sampling with replacement for bagging, or the corresponding code # for other models. #...
Sure, I will be happy to work on it!! I will get started on it then, and comment here if I face any problems.
I have written the code, but I am not sure what is the best way to test it. I was thinking about doing the Year Prediction example in the `examples`...
Added pull request #81.
Hi! I have used the LBFGS optimizer for small datasets, but always with a single model, never with an ensemble (which is why I wanted to use this package in...
Sorry @xuyxu. Been a little busy these last few days. Will try the fusion regression and get back to you soon. :)
Hi @xuyxu. Finally got some time to try it out. The `fusion` ensemble get much better results. In fact with 20 estimators the testing mean squared error was zero, up...
@xuyxu I tried it for `voting` and `bagging`. No problems. The results improved, and are generally better than what one would get with the `Adam` optimizer. I will try the...
Would love to take a stab at this. Okay if I work on this?
Alright. Will give it a shot.