Make verbose an argument for the fit function
This commit is contained in:
@@ -73,7 +73,7 @@ fn nba_history() {
|
||||
model.observe(&[&winner], &[&loser], t);
|
||||
}
|
||||
|
||||
model.fit();
|
||||
model.fit(true);
|
||||
|
||||
let (p_win, _) = model.probabilities(
|
||||
&["CHI"],
|
||||
|
||||
Reference in New Issue
Block a user