Python tool for applying Mixture Discriminant Analysis (MDA) resp. Flexible Discriminant Analyis (FDA) instead of Linear Discriminant Analysis (LDA)

181 views Asked by At

I would like to use Flexible Discriminant Analysis (FDA) or Mixture Discriminant Analysis (MDA) for dimension reduction on my data using Python. According to "The Elements of Statistical Learning", pp. 438-444, these adaptations of Linear Discriminant Analysis (LDA) seem to be more practical as they allow non-linear regression functions that aim at better class separation.

Is there a tool in Python that already implements these methods? All I found was

But for MDA or FDA I couldn't find a Python package/library that implements these techniques. Does anyone know of a good source or do I need to code this from scratch?

0

There are 0 answers