Jirka Borovec
b348cb1136
configure & apply pyupgrade with py3.8+ ( #1333 )
...
* configure pyupgrade with `py3.8+`
* apply update
---------
Co-authored-by: Li Jiang <bnujli@gmail.com >
2024-08-12 02:54:18 +00:00
Gleb Levitski
3de0dc667e
Add ruff sort to pre-commit and sort imports in the library ( #1259 )
...
* lint
* bump ver
* bump ver
* fixed circular import
---------
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com >
2024-03-12 21:28:57 +00:00
Jirka Borovec
a701cd82f8
set black with 120 line length ( #975 )
...
* set black with 120 line length
* apply pre-commit
* apply black
2023-04-10 19:50:40 +00:00
Chi Wang
860cbc233e
move searcher and scheduler into tune ( #746 )
...
* move into tune
* correct path
* correct path
* import path
2022-10-04 16:03:22 -07:00
Xueqing Liu
42de3075e9
Make NLP tasks available from AutoML.fit() ( #210 )
...
Sequence classification and regression: "seq-classification" and "seq-regression"
Co-authored-by: Chi Wang <wang.chi@microsoft.com >
2021-11-16 11:06:20 -08:00
Chi Wang
97a7c114ee
Issue58 ( #59 )
...
* iter per learner
* code cleanup
2021-04-08 09:29:55 -07:00
Chi Wang
b7a91e0385
V0.3.0 ( #55 )
...
* flaml v0.3
* low cost partial config
2021-04-06 11:37:52 -07:00
Chi Wang
ae5f8e5426
data validation ( #45 )
...
* pickle the AutoML object
* get best model per estimator
* test deberta
* stateless API
* prevent divide by zero
* test roberta
* BlendSearchTuner
* delta time
* reindex columns when dropping int-indexed columns
* test drop columns and small training data
* param set for ensemble builder
* fillna on copy
Co-authored-by: Chi Wang (MSR) <chiw@microsoft.com >
2021-03-19 09:50:47 -07:00
Iman Hosseini
bf95d7c455
nni example + bugfix in blendsearch ( #44 )
...
* nni example + bugfix in blendsearch
re: https://github.com/microsoft/FLAML/issues/36
2021-03-18 22:35:23 -07:00