Note
This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.
SkQDA¶
- class SkQDA(qda)[source]¶
A wrapper for the SKlearn quadratic discriminant analysis.
Note
This class requires that scikit-learn is installed.
- Parameters:
qda (QuadraticDiscriminantAnalysis) – The sklearn quadratic discriminant analysis. This may be a trained or an untrained discriminator.
- Raises:
DataProcessorError – If SKlearn could not be imported.
Attributes
- discriminator¶
Return then SKLearn object.
Methods