gitter-lab / ml4bio

A graphical interface for sklearn classification to introduce machine learning to biologists
MIT License
11 stars 2 forks source link

Neural networks class weight #8

Open agitter opened 5 years ago

agitter commented 5 years ago

Neural networks do not provide a class weight. This is because scikit-learn does not implement it yet. See pull request https://github.com/scikit-learn/scikit-learn/pull/11723 for progress.

Copied from https://github.com/gitter-lab/ml-bio-workshop/issues/14