Add TargetEncoder for scikit-learn
#568
Annotations
18 errors
|
test (3.13, macos-latest):
tests/sklearn/preprocessing_tests.py#L18
"assert_type" mismatch: expected "tuple[csr_matrix[Any], ndarray[Any, Any]]" but received "tuple[csr_matrix[Any], ndarray[tuple[Any, ...], dtype[Any]]]" (reportAssertTypeFailure)
|
|
test (3.13, macos-latest):
tests/sklearn/preprocessing_tests.py#L23
"assert_type" mismatch: expected "ndarray[Any, Any]" but received "ndarray[tuple[Any, ...], dtype[Any]]" (reportAssertTypeFailure)
|
|
test (3.13, macos-latest):
tests/sklearn/preprocessing_tests.py#L26
"assert_type" mismatch: expected "ndarray[Any, Any]" but received "ndarray[tuple[Any, ...], dtype[Any]]" (reportAssertTypeFailure)
|
|
test (3.13, macos-latest):
tests/sklearn/preprocessing_tests.py#L29
"assert_type" mismatch: expected "tuple[ndarray[Any, Any], ndarray[Any, Any]]" but received "tuple[ndarray[tuple[Any, ...], dtype[Any]], ndarray[tuple[Any, ...], dtype[Any]]]" (reportAssertTypeFailure)
|
|
test (3.13, macos-latest)
4 errors
|
|
test (3.13, ubuntu-latest):
tests/sklearn/preprocessing_tests.py#L18
"assert_type" mismatch: expected "tuple[csr_matrix[Any], ndarray[Any, Any]]" but received "tuple[csr_matrix[Any], ndarray[tuple[Any, ...], dtype[Any]]]" (reportAssertTypeFailure)
|
|
test (3.13, ubuntu-latest):
tests/sklearn/preprocessing_tests.py#L23
"assert_type" mismatch: expected "ndarray[Any, Any]" but received "ndarray[tuple[Any, ...], dtype[Any]]" (reportAssertTypeFailure)
|
|
test (3.13, ubuntu-latest):
tests/sklearn/preprocessing_tests.py#L26
"assert_type" mismatch: expected "ndarray[Any, Any]" but received "ndarray[tuple[Any, ...], dtype[Any]]" (reportAssertTypeFailure)
|
|
test (3.13, ubuntu-latest):
tests/sklearn/preprocessing_tests.py#L29
"assert_type" mismatch: expected "tuple[ndarray[Any, Any], ndarray[Any, Any]]" but received "tuple[ndarray[tuple[Any, ...], dtype[Any]], ndarray[tuple[Any, ...], dtype[Any]]]" (reportAssertTypeFailure)
|
|
test (3.13, ubuntu-latest)
4 errors
|
|
test (3.13, windows-latest):
tests/sklearn/preprocessing_tests.py#L18
"assert_type" mismatch: expected "tuple[csr_matrix[Any], ndarray[Any, Any]]" but received "tuple[csr_matrix[Any], ndarray[tuple[Any, ...], dtype[Any]]]" (reportAssertTypeFailure)
|
|
test (3.13, windows-latest):
tests/sklearn/preprocessing_tests.py#L23
"assert_type" mismatch: expected "ndarray[Any, Any]" but received "ndarray[tuple[Any, ...], dtype[Any]]" (reportAssertTypeFailure)
|
|
test (3.13, windows-latest):
tests/sklearn/preprocessing_tests.py#L26
"assert_type" mismatch: expected "ndarray[Any, Any]" but received "ndarray[tuple[Any, ...], dtype[Any]]" (reportAssertTypeFailure)
|
|
test (3.13, windows-latest):
tests/sklearn/preprocessing_tests.py#L29
"assert_type" mismatch: expected "tuple[ndarray[Any, Any], ndarray[Any, Any]]" but received "tuple[ndarray[tuple[Any, ...], dtype[Any]], ndarray[tuple[Any, ...], dtype[Any]]]" (reportAssertTypeFailure)
|
|
test (3.13, windows-latest)
4 errors
|
|
test (3.10, macos-latest)
Process completed with exit code 1.
|
|
test (3.10, ubuntu-latest)
Process completed with exit code 1.
|
|
test (3.10, windows-latest)
Process completed with exit code 1.
|