Hvass-Labs / swarmops

Heuristic Optimization for Python
BSD 2-Clause "Simplified" License
72 stars 16 forks source link

Scikit learn estimator optimization #1

Closed aminevsaziz closed 6 years ago

aminevsaziz commented 6 years ago

Is there a possibility to fine tune Scikit estimator let's say RandomForest using swarmops?

Hvass-Labs commented 6 years ago

That is probably possible but you would have to write all the connecting code yourself.

It is probably much easier to use scikit-optimize which was specifically developed for that purpose:

https://github.com/scikit-optimize/scikit-optimize

https://scikit-optimize.github.io/notebooks/sklearn-gridsearchcv-replacement.html

aminevsaziz commented 6 years ago

@Hvass-Labs so there's no possibility to even use particle swarm optimization in for hyperparameters tunning in python?