GeoscienceAustralia / uncover-ml

Machine Learning system for Geoscience Australia uncover project
Apache License 2.0
30 stars 20 forks source link

Multilabel classification implementation? #143

Open RichardScottOZ opened 3 years ago

RichardScottOZ commented 3 years ago

Given some things like random forests support this 'out of the box' so to speak

Could this be implemented in those cases?

The trick being the interdeterminate number of targets then - 1/0 columns of interest in a shapefile?

Then have to check the predict_proba is a list and transform to the standard class output you have now?