Skip to content

mjj5444845/CF-RecSys-Scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small Recommender System using CF

This is a Scala project about small Collaborative Filtering Recommender System. I used this project to learn Scala.

I am still working on this project.

How to Run the code

Download the directory and use the following command on Linux Terminal

sbt run

File Directory

SmartRecommendationSystem/
├── data/
│   └── user_behavior.csv
├── reports/
│   └── final_report.txt
├── src/
│   ├── main/
│   │   ├── scala/
│   │   │   ├── DataLoader.scala
│   │   │   ├── DataPreprocessor.scala
│   │   │   ├── DataAnalyzer.scala
│   │   │   ├── Recommender.scala
│   │   │   ├── ConcurrencyHandler.scala
│   │   │   └── FinalReportGenerator.scala
│   ├── test/
│   │   ├── scala/
│   │   │   ├── DataLoaderTest.scala
│   │   │   ├── DataPreprocessorTest.scala
│   │   │   ├── DataAnalyzerTest.scala
│   │   │   ├── RecommenderTest.scala
│   │   │   └── ConcurrencyHandlerTest.scala
├── build.sbt
└── README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published