Welcome to the Student Success Predictor project! This implementation utilizes Naive Bayes to estimate the probability of a student scoring above 90 in examinations based on various parameters such as hours of study, wakeup time, handwriting, and language fluency.
- model.ipynb: This Jupyter Notebook contains the implementation of the Naive Bayes model. The notebook walks through data preprocessing, model training, and prediction using the specified parameters.
- Hours of Study: The number of hours a student dedicates to studying.
- Wakeup Time: The time the student wakes up in the morning.
- Handwriting: Evaluation of handwriting quality.
- Language Fluency: Proficiency in language.
1.Clone this repository:
git clone https://github.com/AHBRIJESH/Naive_Bayes_Algorithm.git
Naive_Bayes_Algorithm.git
- Open and run the cells in
model.ipynb
using Jupyter Notebook or any compatible environment. - Input the required parameters: Hours of Study, Wakeup Time, Handwriting, and Language Fluency.
- The model will predict the probability of the student scoring above 90 in examinations.
- model.ipynb: The main Jupyter Notebook for the Naive Bayes implementation.
- README.md: The project's documentation.
Feel free to contribute by opening issues, providing suggestions, or submitting pull requests. Let's collaborate to enhance the accuracy and usability of the Student Success Predictor!
Happy coding! 🚀