Document gblinear parameters: feature_selector and top_k (#3780)

This commit is contained in:
Philip Hyunsu Cho
2018-10-08 22:41:54 -07:00
committed by GitHub
parent 133b8d94df
commit ca33bf6476
2 changed files with 15 additions and 1 deletions

View File

@@ -241,7 +241,7 @@ class CyclicFeatureSelector : public FeatureSelector {
};
/**
* \brief Similar to Cyclyc but with random feature shuffling prior to each update.
* \brief Similar to Cyclic but with random feature shuffling prior to each update.
* \note Its randomness is controllable by setting a random seed.
*/
class ShuffleFeatureSelector : public FeatureSelector {