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
During testing polynomial script, an error occured, cut_idx = y.argsort()[:cut] ~~~~~~~~~~~^^^^^^ TypeError: slice indices must be integers or None or have an __index__ method
The text was updated successfully, but these errors were encountered:
During testing polynomial script, an error occured,
cut_idx = y.argsort()[:cut]
~~~~~~~~~~~^^^^^^
TypeError: slice indices must be integers or None or have an __index__ method
The text was updated successfully, but these errors were encountered: