Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 387 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 387 Bytes
  • Introduction: This project deals with predicting the possibility of a person to be an HCV patient or not based on the lab experiments done. I used a real data set from the UCI Machine Learning Repository for this project.
  • Language: Python3
  • Modules/Libraries: Pandas, Numpy, Scikit-Learn
  • Concepts: Regression, Pipeline, Classification, Cross-validation
  • Environment: Python IDLE