issues
search
rsteca
/
sklearn-deap
Use evolutionary algorithms instead of gridsearch in scikit-learn
MIT License
773
stars
130
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Can we achieve nesting.
#82
shirishd27
opened
4 months ago
0
make it work for newer sklearn version
#81
ASAD-BE18
opened
9 months ago
0
Fix Issue #79 (not compatible with scikit learn 1.1)
#80
EyalWirsansky
opened
1 year ago
0
Not compatible with scikit-learn 1.1 and above
#79
EyalWirsansky
opened
1 year ago
1
cannot install evolutionary_search and doesnot present on any source --see the comment
#78
Thiru1814
opened
1 year ago
2
Fix error on _check_param_grid
#77
andrerodrig
closed
1 year ago
0
modification to work with latest sklearn
#76
DhavalRepo18
opened
2 years ago
1
It would be nice if there was a random_state parameter
#75
indianakernick
opened
3 years ago
0
这个模型能否为回归模型进行调整参数呢?
#74
formoree
opened
3 years ago
1
.score method throws up error: "AttributeError: 'EvolutionaryAlgorithmSearchCV' object has no attribute 'multimetric_'"
#73
RNarayan73
closed
3 years ago
1
Fix the problem in scikit-0.24
#72
CreatorZZY
closed
3 years ago
1
Problem with scikit 0.24
#71
cif2cif
closed
3 years ago
5
njobs > 1 throws error AttributeError: Can't get attribute 'Individual' on <module 'deap.creator' from '\\site-packages\\deap\\creator.py'>
#70
driscoll42
closed
3 years ago
1
added pre_dispatch kwarg
#69
kikones34
closed
4 years ago
1
ValueError when calling cv.fit() for optimising a neural network
#68
tbloch1
opened
5 years ago
0
Can you please add callback into EvolutionaryAlgorithmSearchCV().fit()?
#67
chnlyi
opened
5 years ago
2
Does not work with pipelines
#66
dth5
opened
5 years ago
4
Tests no longer pass with newest sklearn
#65
jonringer
closed
5 years ago
2
Adding an extra example using a Keras model
#64
amarrerod
opened
5 years ago
0
NSGA and SPEA2
#63
marcodelmoral
closed
5 years ago
1
Fix bug related newer versions of scikit-learn
#62
dongchirua
closed
5 years ago
2
Update README.md
#61
ikamensh
closed
5 years ago
1
stuck after gen 1...
#60
fcoppey
opened
5 years ago
1
AttributeError: Can't get attribute 'Individual' on
#59
sparo-jack
opened
6 years ago
6
an anonymous function which helps to adapt to newer version of scikit-learn
#58
dongchirua
closed
6 years ago
3
Can't instantiate abstract class EvolutionaryAlgorithmSearchCV with abstract methods _run_search
#57
dongchirua
closed
6 years ago
6
Add return_train_score flag
#56
APLytics
opened
6 years ago
2
scores for individuals in score_results are wrong
#55
jyotikab
opened
6 years ago
0
Enabling early-stopping in cv with proper eval_set
#54
Paperone80
opened
6 years ago
1
Fixed Windows multiprocessing | Added pretty README plots | Issue with AttributeError: can't set attribute
#53
flipdazed
opened
6 years ago
3
Running Search with n_jobs>1 throws Deap Attribute Error. Official sklearn example
#52
luded
opened
6 years ago
2
Added maximize parameter to CV init
#51
craymichael
opened
6 years ago
0
Update README.md
#50
chengs
closed
6 years ago
0
Minimizing a loss function
#49
jCrompton
opened
6 years ago
3
deap
#48
maruwil
closed
3 years ago
2
Cannot persist an EvolutionarySearchCV object
#47
gefero
opened
6 years ago
0
It stucks
#46
KOLANICH
closed
6 years ago
3
Better parallel - Minor Bug Fix
#45
ryanpeach
closed
9 months ago
2
AttributeError: can't set attribute
#44
vlatorre847
opened
7 years ago
10
Feature Selection using evolutionary search
#43
FrancoisMB
closed
6 years ago
1
ipythonnotebook in doc is 404
#42
arpheno
closed
7 years ago
1
Added hall_of_fame attribute such that users can retrieve the k best …
#41
cfusting
opened
7 years ago
6
using fit_params if existing in the final best_estimator_ fit
#40
yasserfarouk
closed
7 years ago
0
using fit_params if existing in the final best_estimator_ fit
#39
yasserfarouk
closed
7 years ago
0
Better Parallelism
#38
ryanpeach
closed
7 years ago
8
Can Not Import the EvolutionaryAlgorithmSearchCV Call
#37
BernardOng
opened
7 years ago
3
adds best_score_ and best_params_ properties back
#36
ClimbsRocks
closed
7 years ago
1
AttributeError: 'EvolutionaryAlgorithmSearchCV' object has no attribute 'best_score_'
#35
ClimbsRocks
closed
7 years ago
0
First generation is ignored
#34
ClimbsRocks
opened
7 years ago
4
setting njobs to more than 1 doesn't work.
#33
ajinkyaT
closed
7 years ago
5
Next