Skip to content

Commit

Permalink
fix: bug_in_selected_features (#54)
Browse files Browse the repository at this point in the history
* .

* new_jaqpotpy

* .
  • Loading branch information
johnsaveus authored Dec 4, 2024
1 parent 2105594 commit dbe3675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ fastapi==0.111.0
pydantic==2.7.1
uvicorn==0.29.0
starlette~=0.37.2
jaqpotpy==6.18.2
jaqpotpy==6.18.3
pre-commit==4.0.1
ruff==0.6.3
2 changes: 1 addition & 1 deletion src/helpers/json_to_predreq.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ def decode(request):
featurizer=featurizers,
)
if len(request.model.selected_features) > 0:
dataset.select_features(SelectionList=request.model.selected_features)
dataset.select_features(SelectColumns=request.model.selected_features)
return dataset, jaqpot_row_ids

0 comments on commit dbe3675

Please sign in to comment.