Skip to content

Commit

Permalink
refining language in notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy committed Oct 24, 2023
1 parent 5eb6619 commit 6693290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prototype/water-extent-map-on-demand.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
" 'iterative_min': 0, # Minimum bound used for iterative estimator. Ignored when flood_depth_estimator is None\n",
" 'iterative_max': 15, # Maximum bound used for iterative estimator. Ignored when flood_depth_estimator is None\n",
" 'iterative_min_size': 0, # Minimum size of a connected waterbody in pixels for calculating flood depths with the iterative estimator\n",
" 'minimization_metric': 'ts', # Minimization method to use during the iterative (only) flood depth calculation; Fowlkes-Mallows index (fmi) or a threat score (ts)\n",
" 'minimization_metric': 'ts', # Minimization method when using the iterative estimator (only); Fowlkes-Mallows index (fmi) or a threat score (ts)\n",
" }\n",
"}"
]
Expand Down

0 comments on commit 6693290

Please sign in to comment.