recodehive / Stackoverflow-Analysis

Stack overflow is a professional community for developers. This repo analysis 3 years of developer Survey done by Stackoverflow and do visualization and predict the salary of Data Scientist in future.
https://stackoverflow-analysis.streamlit.app/
MIT License
219 stars 108 forks source link

Logistic Reg Metrics Visualization + Optimization #81

Closed sanskritilabroo closed 3 months ago

sanskritilabroo commented 4 months ago

Our code uses several metrics to compare accuracy such as precision, recall, F1_Score.

  1. I would like to firstly, visualize a confusion matrix for the same using heatmap, create a prec-recall curve and plot an ROC curve for the classification algos performed on finding job satisfaction.
  2. Describe each metric that we use in the notebook through markdown or atleast comments to inform users about how the accuracy is calculated.
  3. Optimize the results as much as possible.

Please assign me this task as a contributor under GSSOC'24 @sanjay-kv.

sanskritilabroo commented 3 months ago

Already fixed with pull request #106

github-actions[bot] commented 3 months ago

Hello @sanskritilabroo! Your issue #81 has been closed. Thank you for your contribution!