From 3c95166575d6e25c2544a0be7d8d8cae4ab9b45e Mon Sep 17 00:00:00 2001 From: Ankit Mahato Date: Sun, 2 Jun 2024 03:15:39 +0530 Subject: [PATCH] Rename Random_Forest.md to random-forest.md --- contrib/machine-learning/{Random_Forest.md => random-forest.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename contrib/machine-learning/{Random_Forest.md => random-forest.md} (99%) diff --git a/contrib/machine-learning/Random_Forest.md b/contrib/machine-learning/random-forest.md similarity index 99% rename from contrib/machine-learning/Random_Forest.md rename to contrib/machine-learning/random-forest.md index 59c44ef..0abd1ab 100644 --- a/contrib/machine-learning/Random_Forest.md +++ b/contrib/machine-learning/random-forest.md @@ -193,4 +193,4 @@ Scikit-learn Random Forest Documentation Wikipedia: Random Forest Machine Learning Mastery: Introduction to Random Forest Kaggle: Random Forest Guide -Towards Data Science: Understanding Random Forests \ No newline at end of file +Towards Data Science: Understanding Random Forests