tuanhiep / Bigdata-Hadoop

This is project to work with Hadoop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# To run the program, run the LinearRegressionMain.java with 2 arguments:

src/main/resources/input/training.csv src/main/resources/output

# When the program finishes running, the result contains the weights of linear regression model will be in the file:

src/main/java/model/parameter/weights.csv

# If you want to get the weights for linear regression model in the case of data normalization, you need to change the
argument

src/main/resources/input/training_normalized.csv src/main/resources/output

About

This is project to work with Hadoop


Languages

Language:Java 100.0%