Skip to content

Commit

Permalink
MLproject: remove data step
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Sep 22, 2023
1 parent c74ea76 commit f5e8848
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions MLproject
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,6 @@ name: gz21_ocean_momentum

entry_points:

data:
parameters:
out_dir : str
lat_min : float
lat_max : float
long_min : float
long_max : float
ntimes : {type: float, default: 10000}
factor: {type: float, default: 0}
#global: {type: str, default: 0} # unclear how to do flags with mlflow
#CO2: {type: float, default: 0} # unclear how to do flags with mlflow
command: >-
python src/gz21_ocean_momentum/cli/data.py
--lat-min {lat_min} --lat-max {lat_max}
--long-min {long_min} --long-max {long_max}
--ntimes {ntimes} --factor {factor}
--out-dir {out_dir}
train:
parameters:
forcing_data_path: {type: string, default: None}
Expand Down

0 comments on commit f5e8848

Please sign in to comment.