You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run a Quadratic Discriminant Analysis on my data and its giving me good results. I'm sure I can get even better results if I could fine-tune the covariance matrix.
Unfortunately the QuadraticDiscriminantAnalysis class does not have an option for covariance_estimator. This option is present in LinearDiscriminantAnalysis class. And it was also present in the older sklearn.qda interface.
Any reason why it was removed? And is there any way this could be added back in future versions?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Developers!
I'm trying to run a Quadratic Discriminant Analysis on my data and its giving me good results. I'm sure I can get even better results if I could fine-tune the covariance matrix.
Unfortunately the
QuadraticDiscriminantAnalysis
class does not have an option forcovariance_estimator
. This option is present inLinearDiscriminantAnalysis
class. And it was also present in the oldersklearn.qda
interface.Any reason why it was removed? And is there any way this could be added back in future versions?
Beta Was this translation helpful? Give feedback.
All reactions