Skip to content

Commit

Permalink
remove fit_verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbaird committed Mar 9, 2022
1 parent 7a50771 commit dc1502c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mat_discover/adaptive_design.py
Expand Up @@ -53,12 +53,11 @@ def suggest_next_experiment(
predict=False,
random_search=False,
print_experiment=True,
fit_verbose=False,
**predict_kwargs,
):
if not random_search:
if fit:
self.fit(self.train_df, verbose=fit_verbose)
self.fit(self.train_df)
elif self.crabnet_model is None:
self.crabnet_model = DummyCrabNet()
# raise ValueError(
Expand Down

0 comments on commit dc1502c

Please sign in to comment.