init value type match (#575)

* init value type match

* bump version to 1.0.6

* add a note about flaml version in notebook

* add note about mismatched ITER_HP

* catch SSLError when accessing OpenML data

* catch errors in autovw test

Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
This commit is contained in:
Chi Wang
2022-06-09 08:11:15 -07:00
committed by GitHub
parent 619107edf5
commit 0642b6e7bb
7 changed files with 42 additions and 22 deletions

View File

@@ -131,7 +131,8 @@
}
],
"source": [
"!pip install flaml[notebook,ts_forecast]"
"%pip install flaml[notebook,ts_forecast]\n",
"# avoid version 1.0.2 to 1.0.5 for this notebook due to a bug for arima and sarimax's init config"
]
},
{