Skip to content

Commit

Permalink
Make boot_crossfit input to UnivariateUpliftSimulator
Browse files Browse the repository at this point in the history
  • Loading branch information
sithankanna committed Oct 29, 2020
1 parent 95bb949 commit d379e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Model Simulation
).fit(sample=boston_obs)
SIM_FEAT = "LSTAT"
simulator = UnivariateUpliftSimulator(crossfit=ranker.best_model_crossfit_, n_jobs=3)
simulator = UnivariateUpliftSimulator(crossfit=boot_crossfit, n_jobs=3)
# split the simulation range into equal sized partitions
partitioner = ContinuousRangePartitioner()
Expand Down

0 comments on commit d379e38

Please sign in to comment.