Skip to content
Snippets Groups Projects
Commit afc88b89 authored by Jordi Inglada's avatar Jordi Inglada
Browse files

ENH: use RAND parameter for the seed

parent 93b06963
No related branches found
No related tags found
1 merge request!25Data augmentation
......@@ -129,10 +129,7 @@ private:
"SMOTE algorithm");
SetDefaultParameterFloat("strategy.smote.neighbors", 5);
AddParameter(ParameterType_Int, "seed",
"Random seed.");
SetParameterDescription("seed",
"Seed for the random number generator.");
AddRANDParameter("seed");
MandatoryOff("seed");
// Doc example parameter settings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment