Make verbose an argument for the fit function

This commit is contained in:
2022-06-07 16:04:04 +02:00
parent b01193779d
commit e879377980
8 changed files with 12 additions and 14 deletions

View File

@@ -73,7 +73,7 @@ fn nba_history() {
model.observe(&[&winner], &[&loser], t);
}
model.fit();
model.fit(true);
let (p_win, _) = model.probabilities(
&["CHI"],