You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# BatAlgorithm, DifferentialEvolution, GreyWolfOptimizer and jDEFSTH also use threshold mechanism
# set parameters of the instantiated algorithm
fs.set_parameters(C1=1.5, C2=2.0)
# select best features according to the ParticleSwarmOptimization algorithm (returns boolean mask of the selected features - True if selected, False if not)