sQUlearn / squlearn

scikit-learn interface for quantum algorithms
https://squlearn.github.io
Apache License 2.0
63 stars 20 forks source link

adjust docstrings and type definitions for fit methods #289

Closed DennisKleinhans closed 2 months ago

DennisKleinhans commented 3 months ago

To fit the doc style of sklearn:

David-Kreplin commented 3 months ago

Can't tell what we decided:

X (array-like, sparse matrix): xxx

or

X:  array-like of shape (n_samples, n_features) ...