From 74eaef6c4fe76e9a84824abac3762c4d0910a2ed Mon Sep 17 00:00:00 2001 From: hwy893747147 Date: Thu, 17 Feb 2022 11:35:30 -0600 Subject: [PATCH] added colab links for notebooks in README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7fd1f17..5a49af4 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,11 @@ TODS is featured for: * **Automated Machine Learning** aims to provide knowledge-free process that construct optimal pipeline based on the given data by automatically searching the best combination from all of the existing modules. +## Examples and Tutorials +* General Usage: [View in Colab](https://colab.research.google.com/drive/1oKKRqAQnkATsALffaf54zkDGpRseNVGZ?usp=sharing) +* Fraud Detection: [View in Colab](https://colab.research.google.com/drive/15c1Rj60XESwkC2P-BVXUocsXaBJ3M1sr?usp=sharing) +* BlockChain: [View in Colab](https://colab.research.google.com/drive/1fm6yTayjTssSMb6t0VcplBBHl5MrgLFR?usp=sharing) + ## Resources * API Documentations: [http://tods-doc.github.io](http://tods-doc.github.io) * Paper: [https://arxiv.org/abs/2009.09822](https://arxiv.org/abs/2009.09822)