We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af73654 commit c730aa8Copy full SHA for c730aa8
.github/workflows/test.yml
@@ -49,11 +49,5 @@ jobs:
49
miniconda-version: "latest"
50
- name: Install numpy
51
run: conda install numpy=${{ matrix.numpy-version }}
52
- - name: Check linting
53
- run: make lint
54
- name: Check static typing
55
run: make type-check
56
- - name: Test with pytest
57
- run: make coverage
58
- - name: Code coverage
59
- run: codecov
mapie/classification.py
@@ -221,7 +221,7 @@ def __init__(
221
n_jobs: Optional[int] = None,
222
conformity_score: Optional[BaseClassificationScore] = None,
223
random_state: Optional[Union[int, np.random.RandomState]] = None,
224
- verbose: int = 0
+ verbose: str = 0
225
) -> None:
226
self.estimator = estimator
227
self.method = method
0 commit comments