-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Austin Zielman
committed
Oct 23, 2020
1 parent
f54ea71
commit 0808d25
Showing
13 changed files
with
10,144 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,8 @@ __pycache__/ | |
# C extensions | ||
*.so | ||
|
||
.DS_Store | ||
|
||
# Distribution / packaging | ||
.Python | ||
build/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,27 @@ | ||
# notebooks | ||
Use Case Notebooks | ||
# Abacus.AI How-to Notebooks | ||
This repository provides example python runbooks and how-tos for working with the Abacus.AI API. | ||
The only requirement is to have an API Key from [Abacus.AI](https://abacus.ai/app/profile/apikey), and the notebooks will walk you through creating a model using the Abacus.AI API. | ||
|
||
## Use Cases Examples: | ||
|
||
[Account Takeover and Defense](https://github.com/abacusai/notebooks/blob/main/Use%20Cases/Account%20Takeover%20and%20Defense%20Notebook.ipynb) - [\[Open in Google Colab\]](https://colab.research.google.com/github/abacusai/notebooks/blob/main/Use%20Cases/Account%20Takeover%20and%20Defense%20Notebook.ipynb) | ||
|
||
[Cloud Spend Alerts](https://github.com/abacusai/notebooks/blob/main/Use%20Cases/Cloud%20Spend%20Alerts%20Notebook.ipynb) - [\[Open in Google Colab\]](https://colab.research.google.com/github/abacusai/notebooks/blob/main/Use%20Cases/Cloud%20Spend%20Alerts%20Notebook.ipynb) | ||
|
||
[Customer Churn Prediction](https://github.com/abacusai/notebooks/blob/main/Use%20Cases/Customer%20Churn%20Prediction%20Notebook.ipynb) - [\[Open in Google Colab\]](https://colab.research.google.com/github/abacusai/notebooks/blob/main/Use%20Cases/Customer%20Churn%20Prediction%20Notebook.ipynb) | ||
|
||
[Demand Forecasting](https://github.com/abacusai/notebooks/blob/main/Use%20Cases/Demand%20Forecasting%20Notebook.ipynb) - [\[Open in Google Colab\]](https://colab.research.google.com/github/abacusai/notebooks/blob/main/Use%20Cases/Demand%20Forecasting%20Notebook.ipynb) | ||
|
||
[Personalized Promotions](https://github.com/abacusai/notebooks/blob/main/Use%20Cases/Personalized%20Promotions%20Notebook.ipynb) - [\[Open in Google Colab\]](https://colab.research.google.com/github/abacusai/notebooks/blob/main/Use%20Cases/Personalized%20Promotions%20Notebook.ipynb) | ||
|
||
[Personalized Re-Ranking of Lists](https://github.com/abacusai/notebooks/blob/main/Use%20Cases/Personalized%20Re-Ranking%20of%20Lists%20Notebook.ipynb) - [\[Open in Google Colab\]](https://colab.research.google.com/github/abacusai/notebooks/blob/main/Use%20Cases/Personalized%20Re-Ranking%20of%20Lists%20Notebook.ipynb) | ||
|
||
[Personalized Recommendations](https://github.com/abacusai/notebooks/blob/main/Use%20Cases/Personalized%20Recommendations%20Notebook.ipynb) - [\[Open in Google Colab\]](https://colab.research.google.com/github/abacusai/notebooks/blob/main/Use%20Cases/Personalized%20Recommendations%20Notebook.ipynb) | ||
|
||
[Predictive Lead Scoring](https://github.com/abacusai/notebooks/blob/main/Use%20Cases/Predictive%20Lead%20Scoring%20Notebook.ipynb) - [\[Open in Google Colab\]](https://colab.research.google.com/github/abacusai/notebooks/blob/main/Use%20Cases/Predictive%20Lead%20Scoring%20Notebook.ipynb) | ||
|
||
[Real-time Forecasting](https://github.com/abacusai/notebooks/blob/main/Use%20Cases/Real-time%20Forecasting%20Notebook.ipynb) - [\[Open in Google Colab\]](https://colab.research.google.com/github/abacusai/notebooks/blob/main/Use%20Cases/Real-time%20Forecasting%20Notebook.ipynb) | ||
|
||
[Related Items](https://github.com/abacusai/notebooks/blob/main/Use%20Cases/Related%20Items%20Notebook.ipynb) - [\[Open in Google Colab\]](https://colab.research.google.com/github/abacusai/notebooks/blob/main/Use%20Cases/Related%20Items%20Notebook.ipynb) | ||
|
||
[Transaction Fraud](https://github.com/abacusai/notebooks/blob/main/Use%20Cases/Transaction%20Fraud%20Notebook.ipynb) - [\[Open in Google Colab\]](https://colab.research.google.com/github/abacusai/notebooks/blob/main/Use%20Cases/Transaction%20Fraud%20Notebook.ipynb) |
Oops, something went wrong.