SrijanShovit / HealthLearning

A repo comprising of various Machine Learning and Deep Learning projects in healthcare domain.
34 stars 51 forks source link

generic machine learning model comparison #138

Closed MehekFatima closed 3 weeks ago

MehekFatima commented 1 month ago

Description

This PR adds a generic machine learning model comparison script. The script allows for easy comparison of various machine learning models on both normalized and standardized data. It includes functionalities such as model training, evaluation, hyperparameter tuning, and visualization of performance metrics.

Related Issues

Changes

Testing Instructions

  1. Clone this branch.
  2. Ensure Python is installed on your system.
  3. Install the required dependencies using pip install.
  4. Run the script python model_comparison.py.
  5. Verify that the models are trained, evaluated, and visualized correctly.

Screenshots (if applicable)

N/A

Additional Context

This PR is part of my contribution to GSSOC.

Checklist

MehekFatima commented 1 month ago

Hi @SrijanShovit , I've submitted a pull request that adds a generic machine learning model comparison script. This script allows for easy comparison of various machine learning models on normalized and standardized data, including model training, evaluation, hyperparameter tuning, and visualization. I'd appreciate it if you could take a look whenever you have a moment.

Thank you!

github-actions[bot] commented 3 weeks ago

This issue has been automatically closed because it has been inactive for more than 7 days. If you believe this is still relevant, feel free to reopen it or create a new one. Thank you!

MehekFatima commented 3 weeks ago

Hi @SrijanShovit , I've submitted a pull request that adds a generic machine learning model comparison script. This script allows for easy comparison of various machine learning models on normalized and standardized data, including model training, evaluation, hyperparameter tuning, and visualization. I'd appreciate it if you could take a look whenever you have a moment.

Thank you!