-
Notifications
You must be signed in to change notification settings - Fork 508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extract task class from automl #857
Extract task class from automl #857
Commits on Nov 14, 2022
-
Refactor into automl subpackage
Moved some of the packages into an automl subpackage to tidy before the task-based refactor. This is in response to discussions with the group and a comment on the first task-based PR. Only changes here are moving subpackages and modules into the new automl, fixing imports to work with this structure and fixing some dependencies in setup.py.
Configuration menu - View commit details
-
Copy full SHA for 99f1f2d - Browse repository at this point
Copy the full SHA 99f1f2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb7aac9 - Browse repository at this point
Copy the full SHA eb7aac9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eda959 - Browse repository at this point
Copy the full SHA 0eda959View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3a567c - Browse repository at this point
Copy the full SHA c3a567cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f148cac - Browse repository at this point
Copy the full SHA f148cacView commit details -
Move default back to the top-level
I'd moved this to automl as that's where it's used internally, but had missed that this is actually part of the public interface so makes sense to live where it was.
Configuration menu - View commit details
-
Copy full SHA for 7ce03a9 - Browse repository at this point
Copy the full SHA 7ce03a9View commit details -
Re-add top level modules with deprecation warnings
flaml.data, flaml.ml and flaml.model are re-added to the top level, being re-exported from flaml.automl for backwards compatability. Adding a deprecation warning so that we can have a planned removal later.
Configuration menu - View commit details
-
Copy full SHA for 739b256 - Browse repository at this point
Copy the full SHA 739b256View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c008e8 - Browse repository at this point
Copy the full SHA 4c008e8View commit details
Commits on Nov 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e7c8f91 - Browse repository at this point
Copy the full SHA e7c8f91View commit details
Commits on Nov 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f845df8 - Browse repository at this point
Copy the full SHA f845df8View commit details
Commits on Nov 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 36ffb1e - Browse repository at this point
Copy the full SHA 36ffb1eView commit details
Commits on Dec 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2386989 - Browse repository at this point
Copy the full SHA 2386989View commit details
Commits on Dec 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3c53eca - Browse repository at this point
Copy the full SHA 3c53ecaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d747851 - Browse repository at this point
Copy the full SHA d747851View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a6b95b - Browse repository at this point
Copy the full SHA 3a6b95bView commit details
Commits on Dec 11, 2022
-
Got to the point where the methods from AutoML are pulled to GenericTask. Started removing private markers and removing the passing of automl to these methods. Done with decide_split_type, started on prepare_data. Need to do the others after
Configuration menu - View commit details
-
Copy full SHA for 1e51966 - Browse repository at this point
Copy the full SHA 1e51966View commit details -
Configuration menu - View commit details
-
Copy full SHA for 938e3c9 - Browse repository at this point
Copy the full SHA 938e3c9View commit details
Commits on Dec 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1cc1f1d - Browse repository at this point
Copy the full SHA 1cc1f1dView commit details
Commits on Dec 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9ca5f18 - Browse repository at this point
Copy the full SHA 9ca5f18View commit details
Commits on Jan 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5a0694b - Browse repository at this point
Copy the full SHA 5a0694bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5b6cc8 - Browse repository at this point
Copy the full SHA b5b6cc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfcca3b - Browse repository at this point
Copy the full SHA dfcca3bView commit details
Commits on Jan 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 84114ff - Browse repository at this point
Copy the full SHA 84114ffView commit details -
Merge remote-tracking branch 'origin/extract-task-class-from-automl' …
…into extract-task-class-from-automl
Configuration menu - View commit details
-
Copy full SHA for 0e2877a - Browse repository at this point
Copy the full SHA 0e2877aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d03b5d5 - Browse repository at this point
Copy the full SHA d03b5d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c7e35b - Browse repository at this point
Copy the full SHA 8c7e35bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5466e1 - Browse repository at this point
Copy the full SHA d5466e1View commit details
Commits on Jan 22, 2023
-
Co-authored-by: Chi Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c42942 - Browse repository at this point
Copy the full SHA 6c42942View commit details -
Configuration menu - View commit details
-
Copy full SHA for 554e740 - Browse repository at this point
Copy the full SHA 554e740View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4469176 - Browse repository at this point
Copy the full SHA 4469176View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0913ab - Browse repository at this point
Copy the full SHA a0913abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a5a135 - Browse repository at this point
Copy the full SHA 0a5a135View commit details
Commits on Feb 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9df5200 - Browse repository at this point
Copy the full SHA 9df5200View commit details
Commits on Feb 7, 2023
-
Hotwire TS_Sklearn wrapper to fix test fail by setting
optimizer_for_horizon == False
Configuration menu - View commit details
-
Copy full SHA for 0e60ae0 - Browse repository at this point
Copy the full SHA 0e60ae0View commit details
Commits on Feb 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5ec5649 - Browse repository at this point
Copy the full SHA 5ec5649View commit details -
Merge branch 'extract-task-class-from-automl' of github.com:markharle…
…y/FLAML into extract-task-class-from-automl
Configuration menu - View commit details
-
Copy full SHA for f473179 - Browse repository at this point
Copy the full SHA f473179View commit details -
Configuration menu - View commit details
-
Copy full SHA for af78d65 - Browse repository at this point
Copy the full SHA af78d65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fc53f9 - Browse repository at this point
Copy the full SHA 9fc53f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a0e948 - Browse repository at this point
Copy the full SHA 8a0e948View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9db1379 - Browse repository at this point
Copy the full SHA 9db1379View commit details
Commits on Feb 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9a18f73 - Browse repository at this point
Copy the full SHA 9a18f73View commit details
Commits on Feb 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e7c85b1 - Browse repository at this point
Copy the full SHA e7c85b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13c6115 - Browse repository at this point
Copy the full SHA 13c6115View commit details -
Merge branch 'extract-task-class-from-automl' of github.com:markharle…
…y/FLAML into extract-task-class-from-automl
Configuration menu - View commit details
-
Copy full SHA for 9a452fa - Browse repository at this point
Copy the full SHA 9a452faView commit details -
Uncomment pip install in notebook and revert import
Not convinced this will work because of installing an older version of the package into the environment in which we're running the tests, but let's see.
Configuration menu - View commit details
-
Copy full SHA for 33b1a18 - Browse repository at this point
Copy the full SHA 33b1a18View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed250fa - Browse repository at this point
Copy the full SHA ed250faView commit details
Commits on Feb 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e55e35a - Browse repository at this point
Copy the full SHA e55e35aView commit details -
Merge branch 'extract-task-class-from-automl' of github.com:markharle…
…y/FLAML into extract-task-class-from-automl
Configuration menu - View commit details
-
Copy full SHA for a44184c - Browse repository at this point
Copy the full SHA a44184cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7db3e48 - Browse repository at this point
Copy the full SHA 7db3e48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b50fde - Browse repository at this point
Copy the full SHA 4b50fdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cb1550 - Browse repository at this point
Copy the full SHA 2cb1550View commit details
Commits on Feb 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c6aa576 - Browse repository at this point
Copy the full SHA c6aa576View commit details -
Configuration menu - View commit details
-
Copy full SHA for 000603c - Browse repository at this point
Copy the full SHA 000603cView commit details
Commits on Feb 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 138b536 - Browse repository at this point
Copy the full SHA 138b536View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88f258d - Browse repository at this point
Copy the full SHA 88f258dView commit details
Commits on Mar 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 148f0c9 - Browse repository at this point
Copy the full SHA 148f0c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb9ef2c - Browse repository at this point
Copy the full SHA eb9ef2cView commit details
Commits on Mar 7, 2023
-
Merge remote-tracking branch 'origin/main' into extract-task-class-fr…
…om-automl # Conflicts: # flaml/automl/automl.py # flaml/automl/ml.py
Configuration menu - View commit details
-
Copy full SHA for 22f8562 - Browse repository at this point
Copy the full SHA 22f8562View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ab48c5 - Browse repository at this point
Copy the full SHA 9ab48c5View commit details -
Merge remote-tracking branch 'mark_fork/extract-task-class-from-autom…
…l' into extract-task-class-from-automl # Conflicts: # flaml/automl/ml.py # flaml/automl/task/generic_task.py
Configuration menu - View commit details
-
Copy full SHA for 1e57d61 - Browse repository at this point
Copy the full SHA 1e57d61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b723a3 - Browse repository at this point
Copy the full SHA 3b723a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d94b68 - Browse repository at this point
Copy the full SHA 8d94b68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a95f09 - Browse repository at this point
Copy the full SHA 3a95f09View commit details
Commits on Mar 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d7ce833 - Browse repository at this point
Copy the full SHA d7ce833View commit details -
Configuration menu - View commit details
-
Copy full SHA for 927eb96 - Browse repository at this point
Copy the full SHA 927eb96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57f104e - Browse repository at this point
Copy the full SHA 57f104eView commit details