Document gblinear parameters: feature_selector and top_k (#3780)
This commit is contained in:
committed by
GitHub
parent
133b8d94df
commit
ca33bf6476
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user