Auto_ViML icon indicating copy to clipboard operation
Auto_ViML copied to clipboard

Training model errors out without context/stacktrace.

Open r0bb23 opened this issue 5 years ago • 1 comments

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.

r0bb23 avatar Jul 24 '20 20:07 r0bb23

Getting same issue while performing Regression

Rishav-hub avatar Jun 16 '22 18:06 Rishav-hub

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

AutoViML avatar Mar 09 '23 12:03 AutoViML