Mark parameter validation non-experimental. (#8206)

This commit is contained in:
Jiaming Yuan 2022-08-30 15:49:43 +08:00 committed by GitHub
parent d6e2013c5f
commit 8dac90a593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -618,12 +618,7 @@ class LearnerConfiguration : public Learner {
ss << "\"" << diff[i] << "\", ";
}
ss << "\"" << diff.back() << "\"";
ss << R"W( } might not be used.
This could be a false alarm, with some parameters getting used by language bindings but
then being mistakenly passed down to XGBoost core, or some parameter actually being used
but getting flagged wrongly here. Please open an issue if you find any such cases.
ss << R"W( } are not used.
)W";
LOG(WARNING) << ss.str();
}