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
{{ message }}
This repository was archived by the owner on Jan 31, 2023. It is now read-only.
Describe the bug
In the file: https://github.com/Ibotta/pure-predict/blob/master/pure_sklearn/tree/_classes.py#L37
Line# 37:
It seems that "[-1]" at the end is not needed. Otherwise, there will be issues if there are 10 variables or more.
To Reproduce
Create a data set with more than 9 variables.
Expected behavior
Variable names fmn will not return mn, but return n only.
Additional context
The text was updated successfully, but these errors were encountered: