emel/lazy/ml/logistic_regression

Functions

pub fn classifier(dataset: ZList(#(ZList(Float), Bool)), learning_rate: Float, error_threshold: Float, max_iterations: Int, seed: Int) -> fn(
  ZList(Float),
) -> Bool