Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Add/update SnapML notebooks (#220)
Browse files Browse the repository at this point in the history
* Add/update SnapML notebooks

* Address review comment
  • Loading branch information
ksangeek authored Feb 25, 2020
1 parent 050feaa commit d7bbc18
Show file tree
Hide file tree
Showing 3 changed files with 1,466 additions and 78 deletions.
5 changes: 5 additions & 0 deletions examples/SnapML/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ The [nyc_taxi_tip_predict_notebook.ipynb](nyc_taxi_tip_predict_notebook.ipynb) n
demonstrates training a Ridge Regression and Logistic Regression model using Snap ML.
The models trained using Snap ML are compared for accuracy and performance against scikit-learn
and RAPIDS cuML.

## [Allstate Claim Prediction Challenge](https://www.kaggle.com/c/ClaimPredictionChallenge) from kaggle using Snap ML Logistic Regression
The [insurance-claims.ipynb](insurance-claims.ipynb) notebook
demonstrates training a Logistic Regression model using Snap ML.
The models trained using Snap ML are compared for accuracy and performance against scikit-learn.
Loading

0 comments on commit d7bbc18

Please sign in to comment.