From cfe84c4d83d87d743bc17838600bf00f1ec0515e Mon Sep 17 00:00:00 2001
From: mr-er-001 <mehsanmian8@gmail.com>
Date: Thu, 13 Feb 2025 12:59:48 +0500
Subject: [PATCH] Update NaiveBayes.py new line

---
 NaiveBayes/NaiveBayes.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/NaiveBayes/NaiveBayes.py b/NaiveBayes/NaiveBayes.py
index 9e77556..96fadd4 100644
--- a/NaiveBayes/NaiveBayes.py
+++ b/NaiveBayes/NaiveBayes.py
@@ -148,3 +148,4 @@ def _prob_gaussian(self,mu,sigma,x):
         #given mu and sigma , return Gaussian distribution probability for target_value
         def _get_xj_prob(self,mu_sigma,target_value):
                 return self._prob_gaussian(mu_sigma[0],mu_sigma[1],target_value)
+		Console.WriteLine("Muhammad Ehsan");