Skip to content

Commit

Permalink
SimpleImputer primitive update (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahmish authored Nov 15, 2024
1 parent 493a42a commit 2dac6d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install package
run: |
pip install --upgrade pip setuptools wheel
pip install --upgrade "pip<=24.1" setuptools wheel
pip install .[dev]
- name: make test-devel
run: make test-devel
Expand Down
4 changes: 0 additions & 4 deletions mlprimitives/primitives/sklearn.impute.SimpleImputer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@
"type": "str, int or float",
"default": null
},
"verbose": {
"type": "bool",
"default": false
},
"copy": {
"type": "bool",
"default": true
Expand Down

0 comments on commit 2dac6d2

Please sign in to comment.