From a8dac2ad230044fd492bdcaf0e4d855c453ac414 Mon Sep 17 00:00:00 2001 From: Gijs Date: Thu, 12 May 2022 11:30:35 +0200 Subject: [PATCH] Mentioned source of implentation in the readme. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 592c8ee..6702c92 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Exploring random forest algorithm during residency Meise. In this repository experiments with the random forest algorithm: a commented implementation to develop an understanding of its workings and a visualizer of the generated models. +The implementation was taken from [Machine Learning Mastery](https://machinelearningmastery.com/implement-random-forest-scratch-python/) + ## Files