biocore / gneiss

compositional data analysis toolbox
https://biocore.github.io/gneiss/
BSD 3-Clause "New" or "Revised" License
55 stars 28 forks source link

Add classification models #96

Open mortonjt opened 7 years ago

mortonjt commented 7 years ago

Note that this will extend the Model superclass

mortonjt commented 7 years ago

Note that it is possible just encase the statsmodels Logit, MNLogit, GLM and GEE models in statsmodels, since all of these models can be rephrased to perform classification.

This is also relevant to https://github.com/biocore/gneiss/issues/61