Will Charles
840f76e5e5
Changed tune.report import for ray>=2 ( #1392 )
...
* Changed tune.report import for ray>=2
* env: Changed pydantic restriction in env
* Reverted Pydantic install conditions
* Reverted Pydantic install conditions
* test: Check if GPU is available
* tests: uncommented a line
* tests: Better fix for Ray GPU checking
* tests: Added timeout to dataset loading
* tests: Deleted _test_hf_data()
* test: Reduce lrl2 dataset size
* bug: timeout error
* bug: timeout error
* fix: Added threading check for timout issue
* Undo old commits
* Timeout fix from #1406
---------
Co-authored-by: Daniel Grindrod <dannycg1996@gmail.com >
2025-02-14 09:38:33 +08: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
Xueqing Liu
5eb5d43d7f
Fix HPO evaluation bug ( #645 )
...
* fix eval automl metric bug on val_loss inconsistency
* updating starting point search space to continuous
* shortening notebok
2022-07-28 23:08:42 -04:00
Xueqing Liu
ca35fa969f
refactoring TransformersEstimator to support default and custom_hp ( #511 )
...
* refactoring TransformersEstimator to support default and custom_hp
* handling starting_points not in search space
* addressing starting point more than max_iter
* fixing upper < lower bug
2022-04-28 14:06:29 -04:00
Xueqing Liu
af423463c3
fixing bug for ner ( #463 )
...
* fixing bug for ner
* removing global var
* adding class for trial counter
* adding notebook
* adding use_ray dict
* updating documentation for nlp
2022-03-20 22:03:02 -04:00
Chi Wang
6960a833ec
Gpu support for xgboost ( #442 )
...
* xgboost gpu support
* test xgboost gpu
* test sparse data
* add xgboost test
* remove ray.init to avoid pytest error
2022-01-30 13:02:18 -08:00