From bdff608e2f854ae6522912ef2ca62373a72223ba Mon Sep 17 00:00:00 2001 From: undefined Date: Fri, 2 Oct 2020 22:11:06 +0000 Subject: [PATCH] Add run on repl.it badge to README This pull request adds a badge to the . This will allow users to easily run this repository in their browser, without having to set up an environment. You can learn more about Repl.it [here](https://repl.it). --- .replit | 0 README.md | 1 + 2 files changed, 1 insertion(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index fb9c9d0..30458be 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +## [![Run on Repl.it](https://repl.it/badge/github/amstuta/random-forest)](https://repl.it/github/amstuta/random-forest) ## Implementation of Decision Tree and Random Forest classifiers in Python and Scala languages ### Python