add autosklearn setup run

This commit is contained in:
limafang 2024-09-12 20:26:11 +08:00
parent 63539096d0
commit 9ba9371656
3 changed files with 123 additions and 1 deletions

View file

@ -182,6 +182,15 @@ #### Setup
```
提供github链接并说明使用的命令以及参数设置
### AutoSklearn
#### Setup
```
pip install autosklearn
```
#### Run
```
python run_experiment.py --exp_mode autosklearn --task titanic
```
### Base DI
For setup, check 5.