Experiments about several Bayesian Optimization Algorithms performance in Machine-Learning Pipeline Space
In this Experiments, our's ETPE(Embedding Tree Structure Estimators) implemented in UltraOpt is out perform other TPE algorithms, for example, initial TPE implemented in HyperOpt .
We provide several scripts to build Machine-Learning Pipeline Space
. We have built three Space which is public available:
After clone this repositary and install necessary requirements, you can Start-Up Experiments between Bayesian Algorithms in following operations:
- clone this repositary and install necessary requirements
git clone https://github.com/auto-flow/ml-pipeline-experiment
cd ml-pipeline-experiment
pip install -r requirements.txt
- Start-Up Experiments between Bayesian Algorithms
cat experiments/run_experiments_146594.sh|parallel -j 6
cat experiments/run_experiments_189863.sh|parallel -j 6
cat experiments/run_experiments_189864.sh|parallel -j 6
In this Experiments, our's ETPE(Embedding Tree Structure Estimators) implemented in UltraOpt is out perform other TPE algorithms.