fail gracefully with multi label.
Open
bug
- Dominant language
- Python
- Stars
- 14
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
nieve run of sklearn.datasets.iris creates this errror.
M = sklearn.datasets.load_iris().data
labels = sklearn.datasets.load_iris().target
M = cast_np_nd_to_sa(M)
exp = run_std_classifiers(M,labels)
exp.make_csv()
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.