Open Yarden234 opened 2 years ago
Hi Yarden234! Thanks for bringing this up. I believe I've fixed this issue now in version 0.1.1. Please give it a try and feel free to open this issue back up if it's not working. Thanks again!
Hi there,
I encountered this error still. I was wondering if you might check on it again. Thanks!
Hi @aclarkse, can you provide a fully reproducible example, please?
Hello and thanks you for that package. I came across a problem while trying to use a xgboost model that was trained on dataframe. So this is my code:
Which produce this exception:
However, When training X_train_val, y_train_val (which is a numpy array) works perfectly good. It would be great if you could support training with DataFrame as well. Thanks again!