Skip to content

Commit 2dac6d2

Browse files
authored
SimpleImputer primitive update (#280)
1 parent 493a42a commit 2dac6d2

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install package
2323
run: |
24-
pip install --upgrade pip setuptools wheel
24+
pip install --upgrade "pip<=24.1" setuptools wheel
2525
pip install .[dev]
2626
- name: make test-devel
2727
run: make test-devel

mlprimitives/primitives/sklearn.impute.SimpleImputer.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@
4545
"type": "str, int or float",
4646
"default": null
4747
},
48-
"verbose": {
49-
"type": "bool",
50-
"default": false
51-
},
5248
"copy": {
5349
"type": "bool",
5450
"default": true

0 commit comments

Comments
 (0)