dmlc / parameter_server

moved to https://github.com/dmlc/ps-lite
Apache License 2.0
649 stars 237 forks source link

bug in the file "eval_online.conf" #11

Open zhenshancao opened 9 years ago

zhenshancao commented 9 years ago

linear_method {

validation_data { format: TEXT text: LIBSVM file: "data/test/part.*"
}

model_input { format: TEXT file: "../output/rcv1online." // should be " model/rcv1online. " }

}

mli commented 9 years ago

thanks for pointing out:)