887 Commits

Author SHA1 Message Date
Sayan Roy
7e4d9bcce7
Discord Badge
Discord Badge added Issue #749
2022-10-11 23:33:59 +05:30
Anonymous-submission-repo
ecca161848 Merge branch 'LexiFlow' of https://github.com/Anonymous-submission-repo/FLAML into LexiFlow 2022-10-10 13:44:01 +00:00
Anonymous-submission-repo
c8d52ab3ae Merge branch 'main' into LexiFlow 2022-10-10 13:40:59 +00:00
Anonymous-submission-repo
ff995d08d8 notebook 2022-10-10 13:37:01 +00:00
Anonymous-submission-repo
ee650357f1
Merge branch 'main' into LexiFlow 2022-10-09 22:29:43 -04:00
Anonymous-submission-repo
4e37826417 update 2022-10-10 01:24:22 +00:00
Anonymous-submission-repo
e2c8c3544f doc 2022-10-10 01:17:42 +00:00
Anonymous-submission-repo
f7a9d42dc7 update 2022-10-10 01:15:17 +00:00
Chi Wang
f97c233dc5
Update Contribute (#741) 2022-10-09 11:40:45 -07:00
Anonymous-submission-repo
4050d3f1cb update 2022-10-09 13:18:15 -04:00
Anonymous-submission-repo
9bc32acafb first 2022-10-09 11:39:29 -04:00
Xueqing Liu
c01e65bb48
updating the data collator for seq-regression to handle the dim mismatch problem (#751) 2022-10-08 21:59:31 -07: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
Prithvi Kannan
3e3ce3e33e
log search_state.config directly instead of under tag config (#747)
Signed-off-by: Prithvi Kannan <prithvi.kannan@databricks.com>

Signed-off-by: Prithvi Kannan <prithvi.kannan@databricks.com>
Co-authored-by: Xueqing Liu <liususan091219@users.noreply.github.com>
2022-10-04 12:03:11 -07:00
Xueqing Liu
ceb3e300cd
Issue724 (#745)
* fixing issue724

* fixing issue724
2022-10-04 10:51:12 -04:00
Vijaya Lakshmi Venkatraman
0df54ec3f3
Update model.py (#739)
* Update model.py

* Fix review comment
2022-10-01 17:25:53 -07:00
Jason Swinehart
74557472ec
Fix issue 728 add hyperlink to GitHub location (#731)
* added hyperlink to github of example code
2022-09-14 10:01:12 -07:00
Chi Wang
b7a010e657
Move import location for Ray 2 (#721)
* ray version check when importing

* display learner_class when starting_points removed

* test ray 2
2022-09-13 19:13:06 -07:00
Vijaya Lakshmi Venkatraman
a89efb552f
Update Contribute.md (#716)
Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
2022-09-08 00:20:23 -04:00
zsk
ac10d5a2ef
Dockerfile building problem (#719)
* update

* cleanup

Co-authored-by: shaokunzhang529@gmail.com <svz5418@i4-l-qxw5138-01.ad.psu.edu>
2022-09-07 13:37:00 -04:00
EgorKraevTransferwise
87d9b35d63
Fix SARIMAX seasonal_order parameter (#711) 2022-09-05 19:10:03 -07:00
Jamie Magee
9901156dee
Add $schema to cgmanifest.json (#708)
Co-authored-by: Jamie Magee <jamie.magee@microsoft.com>
2022-08-30 08:00:32 -07:00
zsk
c224694f17
Merge branch 'main' into dependabot/github_actions/actions/setup-python-4 2022-08-24 13:51:58 -04:00
zsk
d7f5a54525
Merge branch 'main' into dependabot/github_actions/codecov/codecov-action-3 2022-08-24 13:51:51 -04:00
zsk
da2ae83765
Merge pull request #669 from skzhang1/cv_strategy
Support customized cross-validation strategy
2022-08-24 09:12:04 -04:00
zsk
f06d27aaac
Merge branch 'main' into cv_strategy 2022-08-24 08:16:07 -04:00
zsk
7b5c99a2e7
Merge pull request #696 from microsoft/dependabot/github_actions/actions/cache-3
Bump actions/cache from 1 to 3
2022-08-24 08:15:34 -04:00
zsk
8a4a401097
Merge branch 'main' into dependabot/github_actions/actions/cache-3 2022-08-23 23:06:54 -04:00
skzhang1
96f0688595 fix 2022-08-24 02:58:18 +00:00
zsk
21c1f83fcf
Merge pull request #698 from microsoft/dependabot/github_actions/actions/setup-node-3
Bump actions/setup-node from 2 to 3
2022-08-23 22:25:03 -04:00
zsk
74c19d2a2e
Merge branch 'main' into dependabot/github_actions/actions/setup-node-3 2022-08-23 14:52:18 -04:00
zsk
61ce233b7b
Merge branch 'main' into dependabot/github_actions/actions/cache-3 2022-08-23 14:52:03 -04:00
Chi Wang
e5c8a16fab Update Research.md 2022-08-22 18:17:07 -07:00
zsk
efc33e0494
Merge branch 'main' into dependabot/github_actions/actions/cache-3 2022-08-22 17:05:18 -04:00
zsk
1adc19027f
Merge branch 'main' into dependabot/github_actions/actions/setup-node-3 2022-08-22 17:04:38 -04:00
Xueqing Liu
2314cc5a7e
"intermediate_results" TypeError: argument of type 'NoneType' is not iterable (#695)
* fix mlflow bug

* bump version
2022-08-22 13:36:50 -04:00
zsk
71a2d9fd89
Merge branch 'main' into dependabot/github_actions/actions/setup-node-3 2022-08-22 10:30:02 -04:00
zsk
af85eb3b25
Merge branch 'main' into dependabot/github_actions/actions/cache-3 2022-08-22 10:29:37 -04:00
Xueqing Liu
2ead296676
updating nlp notebook (#693)
* updating nlp notebook
2022-08-22 07:20:48 -04:00
Qingyun Wu
f3bfc68412
talks and tutorials (#694) 2022-08-22 00:02:10 -04:00
dependabot[bot]
8064ecf0e7
Bump actions/setup-python from 2 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-21 22:46:02 +00:00
dependabot[bot]
07656e4af0
Bump actions/setup-node from 2 to 3
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-21 22:45:54 +00:00
dependabot[bot]
822ca59ed2
Bump codecov/codecov-action from 1 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v3)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-21 22:45:50 +00:00
dependabot[bot]
066842cfcb
Bump actions/cache from 1 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v1...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-21 22:45:46 +00:00
zsk
9a5cabc596
Merge pull request #688 from iemejia/main
chore: Auto update github actions with dependabot
2022-08-21 18:45:21 -04:00
zsk
126c41f3ee
Merge branch 'main' into main 2022-08-21 13:58:18 -04:00
skzhang1
50fb20ebbc update 2022-08-21 17:44:26 +00:00
skzhang1
462c27f8ae fix 2022-08-21 12:54:58 +00:00
skzhang1
e3aa7ea9d1 update 2022-08-21 12:52:27 +00:00
skzhang1
bfacff2a3d Merge branch 'cv_strategy' of https://github.com/skzhang1/FLAML into cv_strategy
test
2022-08-21 12:48:49 +00:00