"src/lightgbm_R.cpp" did not exist on "3ef3a4895e9e13ed38c0b3e0309374ad714e6876"
Commit 79431df8 authored by Guolin Ke's avatar Guolin Ke Committed by GitHub
Browse files

remove some useless code in DART

parent 6219df7a
......@@ -57,11 +57,6 @@ public:
}
}
void ResetTrainingData(const BoostingConfig* config, const Dataset* train_data, const ObjectiveFunction* object_function,
const std::vector<const Metric*>& training_metrics) {
GBDT::ResetTrainingData(config, train_data, object_function, training_metrics);
}
/*!
* \brief Get current training score
* \param out_len length of returned score
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment