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
I don't know why the array2d cannot be imported in sklearn0.16. Is that sure that array2d has been removed from sklearn0.16. If so, how should I fix this?
The text was updated successfully, but these errors were encountered:
Yes, it was removed. See discussion in #3443. You can use check_array instead to get similar behavior. Note that the functionality in utils is not guaranteed to be consistent from release to release (and changes are usually left out of release notes), so you should be careful when directly using them in external packages.
I don't know why the array2d cannot be imported in sklearn0.16. Is that sure that array2d has been removed from sklearn0.16. If so, how should I fix this?
The text was updated successfully, but these errors were encountered: