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: ...@@ -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 * \brief Get current training score
* \param out_len length of returned 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