Skip to content

Commit

Permalink
Merge pull request #100 from JDACS4C-IMPROVE/natasha/sept5-330PM
Browse files Browse the repository at this point in the history
Update release_v0.1.0.rst
  • Loading branch information
nkoussa authored Sep 5, 2024
2 parents 7491f8c + 417ceb5 commit 65bf2e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/release_v0.1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,13 @@ Updating IMPROVE Functions
frm.build_ml_data_file_name(data_format=params["data_format"], stage="test")
- Update the arguments in :code:`build_model_path` in *train* and *infer*. Parameters are now explicitly passed. See example:
- Update the arguments in :code:`build_model_path` in *train* and *infer*. Parameters are now explicitly passed. Make sure :code:`model_dir` is :code:`params["output_dir"]` in *train* and :code:`params["input_model_dir"]` in *infer*. See example for *infer*:

.. code-block::
frm.build_model_path(model_file_name=params["model_file_name"], model_file_format=params["model_file_format"], model_dir=params["input_model_dir"])
frm.build_model_path(model_file_name=params["model_file_name"],
model_file_format=params["model_file_format"],
model_dir=params["input_model_dir"])
- Update the arguments in :code:`save_stage_ydf` in *preprocess*. Parameters are now explicitly passed. See example:

Expand Down

0 comments on commit 65bf2e8

Please sign in to comment.