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 found a small bug when fetching Breast Cancer Wisconsin dataset:
The target class is not the last column but the first one.
This can be solved in code by simply querying for the "target" column, but for consistency I think should be fair to consider moving the target class to the last column.
The text was updated successfully, but these errors were encountered:
Hi everybody.
I found a small bug when fetching Breast Cancer Wisconsin dataset:
The target class is not the last column but the first one.
This can be solved in code by simply querying for the "target" column, but for consistency I think should be fair to consider moving the target class to the last column.
The text was updated successfully, but these errors were encountered: