Skip to content

Commit 412b700

Browse files
remove force numeric in BaseQNN (#337)
1 parent 86580f0 commit 412b700

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/squlearn/qnn/base_qnn.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@ def _validate_input(self, X, y, incremental, reset):
355355
y,
356356
accept_sparse=["csr", "csc"],
357357
multi_output=True,
358-
y_numeric=True,
359358
reset=reset,
360359
)
361360
if y.ndim == 2 and y.shape[1] == 1:

0 commit comments

Comments
 (0)