Skip to content

automl-test/predict_student_academic_performancebased_on_demog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predict Student academic performancebased on demographic and school factors

Problem Description

Predict academic performance using demographic factors, school factors

Source: direct_input
Original URL: N/A

Problem Understanding

The system analyzed the problem statement and identified it as a regression task with 70% confidence.

Problem Analysis:

  • Task Type: Regression
  • Confidence Level: 70%
  • Key Features Identified: features, data

Dataset

ML Solution Approach

The machine learning model solves this problem by:

  1. Problem Formulation: Treats this as a regression task where the model learns to predict continuous numerical values.

  2. Model Selection: After evaluating multiple algorithms, Unknown was selected as the best-performing model.

  3. How It Works:

    • The model learns the relationship between input features and target values
    • It finds patterns and correlations in the training data
    • Given new data, it predicts a continuous numerical value
    • The model uses regression techniques to estimate outcomes
  4. Solution Capability: The model can predict numerical values for new instances based on the relationships it learned during training.

Model Performance

  • R² Score: 0.000
  • Mean Squared Error: 0.380

Model Details

  • Best Model: Unknown
  • Framework: SCIKIT-LEARN
  • Training Date: 2026-02-07
  • Model File: regression_model_20260207_210111.pkl

Installation

pip install -r requirements.txt

Usage

Training

  1. Place your dataset as data.csv
  2. Update the target column name in train.py
  3. Run:
python train.py

Prediction

  1. Place new data as new_data.csv
  2. Run:
python predict.py

Predictions will be saved to predictions.csv.

Limitations

  • This is an automated solution and may require manual tuning
  • Model performance depends on data quality
  • Additional feature engineering may improve results

License

This project is generated by an automated ML pipeline. Use at your own discretion.

Generated By

Autonomous ML Automation Pipeline Generated on: 2026-02-07 21:01:11

About

Predict Student academic performancebased on demographic and school factors

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages