Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akshayanmohandas/student-progression-outcome-prediction-system
This program prompts students to input their pass, defer, and fail credits and predicts their academic progression. It displays the outcome with a vertical histogram and saves the input data as a text file.
https://github.com/akshayanmohandas/student-progression-outcome-prediction-system
creditscore histogram marks-prediction python
Last synced: 16 days ago
JSON representation
This program prompts students to input their pass, defer, and fail credits and predicts their academic progression. It displays the outcome with a vertical histogram and saves the input data as a text file.
- Host: GitHub
- URL: https://github.com/akshayanmohandas/student-progression-outcome-prediction-system
- Owner: AkshayanMohandas
- Created: 2023-05-30T06:36:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-21T22:35:12.000Z (about 2 months ago)
- Last Synced: 2024-12-21T23:22:04.816Z (about 2 months ago)
- Topics: creditscore, histogram, marks-prediction, python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Student-Progression-Outcome-Prediction-System 📊
Welcome to the **Student Progression Tracker**, a Python-based program that categorizes student progression outcomes based on user-inputted credit scores. The program also generates insightful histograms to visualize outcomes and supports storing and retrieving results from a text file.
---
## Features 🚀
- **Categorize Student Outcomes**: Classify students into:
- `Progress`
- `Module Trailer`
- `Module Retriever`
- `Exclude`
- **Histograms**: Generate both:
- Horizontal histograms
- Vertical histograms
- **Data Storage**: Save and retrieve results from a text file.
- **Interactive Input**: Allows users to input data iteratively and validates user inputs.---