Make verbose an argument for the fit function
This commit is contained in:
@@ -69,7 +69,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
model.observe(&[&winner], &[&loser], t);
|
||||
}
|
||||
|
||||
model.fit();
|
||||
model.fit(true);
|
||||
|
||||
println!("Probability that CHI beats BOS...");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user