Skip to content

Commit

Permalink
Merge pull request #302 from neuzxy/neuzxy-patch-1
Browse files Browse the repository at this point in the history
Fix spelling error in type of loss_func
  • Loading branch information
aksnzhy authored Nov 10, 2019
2 parents 3dca90d + 31b9974 commit 6358413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loss/loss_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class LossTest : public ::testing::Test {
virtual void SetUp() {
param.learning_rate = 0.1;
param.regu_lambda = 0;
param.loss_func = "sqaured";
param.loss_func = "squared";
param.score_func = "linear";
param.num_feature = 3;
param.num_field = 3;
Expand Down

0 comments on commit 6358413

Please sign in to comment.