Data Samples for BOM for Verticals
References
- This GitHub repository is a component of the BOM4V project, aiming at demonstrating end-to-end Spark-based examples of Machine Learning (ML) pipelines, for instance churn detection in telecoms and transport industries.
- Central Maven repository with BOM4V Jar artefacts
- Docker cloud with ready-to-use images
Telecoms
- Generation of CDR: https://github.com/RealImpactAnalytics/cdr-generator/tree/master/src/main/scala/Model
Installation
Short version
Just add the dependency on ti-data-samples
in the SBT project configuration (typically, build.sbt
in the project root directory):
libraryDependencies += "org.bom4v.ti" %% "ti-data-samples" % "0.0.1"