-
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
Improve mlflow integration and add more models #1331
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
thinkall
changed the title
Add more pyspark models
Improve mlflow integration and add more pyspark models
Aug 8, 2024
thinkall
changed the title
Improve mlflow integration and add more pyspark models
Improve mlflow integration and add more models
Aug 8, 2024
leafy-lee
approved these changes
Aug 12, 2024
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Aug 12, 2024
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Aug 12, 2024
github-merge-queue bot
pushed a commit
that referenced
this pull request
Aug 12, 2024
* Add more spark models and improved mlflow integration * Update test_extra_models, setup and gitignore * Remove autofe * Remove autofe * Remove autofe * Sync changes in internal * Fix test for env without pyspark * Fix import errors * Fix tests * Fix typos * Fix pytorch-forecasting version * Remove internal funcs, rename _mlflow.py * Fix import error * Fix dependency * Fix experiment name setting * Fix dependency * Update pandas version * Update pytorch-forecasting version * Add warning message for not has_automl * Fix test errors with nltk 3.8.2 * Don't enable mlflow logging w/o an active run * Fix pytorch-forecasting can't be pickled issue * Update pyspark tests condition * Update synapseml * Update synapseml * No parent run, no logging for OSS * Log when autolog is enabled * upgrade code * Enable autolog for tune * Increase time budget for test * End run before start a new run * Update parent run * Fix import error * clean up * skip macos and win * Update notes * Update default value of model_history
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Aug 12, 2024
github-merge-queue
bot
removed this pull request from the merge queue due to no response for status checks
Aug 13, 2024
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Aug 13, 2024
github-merge-queue
bot
removed this pull request from the merge queue due to no response for status checks
Aug 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why are these changes needed?
To improve mlflow integration and add more models.
Related issue number
Checks