Open stevenhua0320 opened 2 months ago
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
cut_idx = y.argsort()[:cut]
~~~~~~~~~~~^^^^^^
TypeError: slice indices must be integers or None or have an __index__ method
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