AutoViML / Auto_ViML

Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome. Permission Granted upon Request.
Apache License 2.0
522 stars 102 forks source link

Training model errors out without context/stacktrace. #18

Closed r0bb23 closed 1 year ago

r0bb23 commented 4 years ago
Training regular model first time is Erroring: Check if your Input is correct...
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-32-d59141079a76> in <module>
     12     Stacking_Flag=False,
     13     Imbalanced_Flag=False,
---> 14     verbose=0,
     15 )

TypeError: 'NoneType' object is not iterable

I DO think there is probably something wrong with the data I'm feeding in or how I'm feeding it in. However, The fact that only the error is printed and there is no context around where, what, etc. is erroring out is why I'm raising this to an issue. Its near impossible to figure out what is wrong with sparse information provided.

In short, you should probably surface the error from the training of the model here with the stacktrace.

Rishav-hub commented 2 years ago

Getting same issue while performing Regression

AutoViML commented 1 year ago

Hi @Rishav-hub 👍 Closing this for now. Please re-open if this is still an issue.