Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 1.09 KB

index.rst

File metadata and controls

53 lines (42 loc) · 1.09 KB

Overview

Snap ML is a library for Machine Learning. The following models currently are supported:

  • logistic_regression (classification)
  • linear_regression (regression)
  • support_vector_machine (classification)
  • decision_trees (regression, classification)
  • random_forests (regression, classification)
  • boosting_machines (regression, classification)
  • batched_tree_ensembles (regression, classification)
  • multioutput_calibrated_classifier (classification)

self installation examples release_notes

logistic_regression linear_regression support_vector_machine decision_trees random_forests boosting_machines batched_tree_ensembles multioutput_calibrated_classifier

graph_preprocessor

model_import