Skip to content

Commit

Permalink
Notebooks Init
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Zielman committed Oct 23, 2020
1 parent f54ea71 commit 0808d25
Show file tree
Hide file tree
Showing 13 changed files with 10,144 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ __pycache__/
# C extensions
*.so

.DS_Store

# Distribution / packaging
.Python
build/
Expand Down
29 changes: 27 additions & 2 deletions README.md
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)
Loading

0 comments on commit 0808d25

Please sign in to comment.