Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
Increase n-ensemble needed for prediction in the main page snippet example.
  • Loading branch information
chenyangkang authored Sep 26, 2024
1 parent ec449b6 commit e166ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ model = AdaSTEMRegressor(
), # hurdel model for zero-inflated problem (e.g., count)
save_gridding_plot = True,
ensemble_fold=50, # data are modeled 50 times, each time with jitter and rotation in Quadtree algo
min_ensemble_required=7, # Only points covered by > 7 ensembles will be predicted
min_ensemble_required=30, # Only points covered by > 30 ensembles will be predicted
grid_len_upper_threshold=25, # force splitting if the grid length exceeds 25
grid_len_lower_threshold=5, # stop splitting if the grid length fall short 5
temporal_start=1, # The next 4 params define the temporal sliding window
Expand Down

0 comments on commit e166ab2

Please sign in to comment.