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

@@ -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...");