You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The model.data() method relies on a deprecated method pandas.DataFrame.as_matrix. Need to use pandas.DataFrame.values instead. This failure breaks the entire model development pipeline.