Skip to content

Commit eb7d211

Browse files
Remove not necessary comments
1 parent 1461658 commit eb7d211

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

{{cookiecutter.project_slug}}/app/api/routes/predictor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
router = APIRouter()
1111

12-
# TODO: Change 'load_wrapper' and 'method' based on your {{cookiecutter.machine_learn_model_name}}.
1312
get_prediction = lambda data_input: MachineLearningResponse(
1413
model.predict(data_input, load_wrapper=joblib.load, method="predict_proba")
1514
)

0 commit comments

Comments
 (0)