Make API a bit prettier
This commit is contained in:
@@ -58,7 +58,7 @@ fn nba_history() {
|
||||
|
||||
let seconds_in_year = 365.25 * 24.0 * 60.0 * 60.0;
|
||||
|
||||
let mut model = ks::model::Binary::new(ks::model::binary::Observation::Probit);
|
||||
let mut model = ks::model::Binary::probit();
|
||||
|
||||
for team in teams {
|
||||
let kernel = (
|
||||
|
||||
Reference in New Issue
Block a user