Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 395 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 395 Bytes

sparkChurnPrediction

This is spark/Scala based Mobile Telecommunication Customer Churn Prediction model developed using Random Forest algorithm.

  • This reads training data from hive table. Change table name and features which you suppose to add in side the src/main/scala/churnRF.scala.

  • To compile use scala sbt.

    • sbt package
    • sbt compile
  • Dependacies included in build.sbt file.