Skip to content

A Heart Disease prediction model built with on scala programming language and apache spark using logistic regression.

License

Notifications You must be signed in to change notification settings

kanha638/Heart-Desease-prediction

Repository files navigation

Heart-Desease-prediction

A Heart Disease prediction model built with on scala programming language and apache spark as a framework.

This model uses Logistic Regression technique for training.

Dataset Link : Link

For setting up the project

Requirements :

1. JVM > 11
2. Scala
3. Java
4. Apache Spark

Running the Code/Model :

1. First open the terminal in the same directory where 'heart_disease_prediction.csv' is present.

2. open spark shell by typing this command in terminal
    CMD : 'spark-shell'

3. Inside spark shell type this command to run the code (make sure to not include ' ' from command)
    CMD : ':load heart_disease_prediction.csv'

About

A Heart Disease prediction model built with on scala programming language and apache spark using logistic regression.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages