-
Notifications
You must be signed in to change notification settings - Fork 531
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
Validation #898
Merged
XiaohanZhangCMU
merged 84 commits into
mosaicml:byod/data_validation
from
XiaohanZhangCMU:validation
Jan 23, 2024
Merged
Validation #898
XiaohanZhangCMU
merged 84 commits into
mosaicml:byod/data_validation
from
XiaohanZhangCMU:validation
Jan 23, 2024
Commits on Dec 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8cb6522 - Browse repository at this point
Copy the full SHA 8cb6522View commit details
Commits on Jan 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c59c11f - Browse repository at this point
Copy the full SHA c59c11fView commit details -
xiaohanzhan-db committed
Jan 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 66f34eb - Browse repository at this point
Copy the full SHA 66f34ebView commit details
Commits on Jan 5, 2024
-
xiaohanzhan-db committed
Jan 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 2cd387b - Browse repository at this point
Copy the full SHA 2cd387bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eac3bf - Browse repository at this point
Copy the full SHA 3eac3bfView commit details
Commits on Jan 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d2d9767 - Browse repository at this point
Copy the full SHA d2d9767View commit details -
Configuration menu - View commit details
-
Copy full SHA for be25591 - Browse repository at this point
Copy the full SHA be25591View commit details
Commits on Jan 8, 2024
-
xiaohanzhan-db committed
Jan 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 4651be7 - Browse repository at this point
Copy the full SHA 4651be7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cd6a94 - Browse repository at this point
Copy the full SHA 5cd6a94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e2c1f4 - Browse repository at this point
Copy the full SHA 8e2c1f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6e4a81 - Browse repository at this point
Copy the full SHA e6e4a81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34c5690 - Browse repository at this point
Copy the full SHA 34c5690View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1668b9a - Browse repository at this point
Copy the full SHA 1668b9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2219135 - Browse repository at this point
Copy the full SHA 2219135View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86c6e87 - Browse repository at this point
Copy the full SHA 86c6e87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 678b376 - Browse repository at this point
Copy the full SHA 678b376View commit details -
Configuration menu - View commit details
-
Copy full SHA for 297e057 - Browse repository at this point
Copy the full SHA 297e057View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09d0ebb - Browse repository at this point
Copy the full SHA 09d0ebbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 460df65 - Browse repository at this point
Copy the full SHA 460df65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ffd200 - Browse repository at this point
Copy the full SHA 3ffd200View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9362886 - Browse repository at this point
Copy the full SHA 9362886View commit details -
Configuration menu - View commit details
-
Copy full SHA for 898e5ac - Browse repository at this point
Copy the full SHA 898e5acView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4bef71 - Browse repository at this point
Copy the full SHA a4bef71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ca9cc6 - Browse repository at this point
Copy the full SHA 4ca9cc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d636a0f - Browse repository at this point
Copy the full SHA d636a0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 827d155 - Browse repository at this point
Copy the full SHA 827d155View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bbf3fc - Browse repository at this point
Copy the full SHA 6bbf3fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f6a4fb - Browse repository at this point
Copy the full SHA 4f6a4fbView commit details
Commits on Jan 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5966b68 - Browse repository at this point
Copy the full SHA 5966b68View commit details -
Configuration menu - View commit details
-
Copy full SHA for da17813 - Browse repository at this point
Copy the full SHA da17813View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7c36bc - Browse repository at this point
Copy the full SHA a7c36bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55e4626 - Browse repository at this point
Copy the full SHA 55e4626View commit details -
xiaohanzhan-db committed
Jan 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 45544a1 - Browse repository at this point
Copy the full SHA 45544a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2797b3 - Browse repository at this point
Copy the full SHA d2797b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 019da77 - Browse repository at this point
Copy the full SHA 019da77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 756fdae - Browse repository at this point
Copy the full SHA 756fdaeView commit details -
Read UC delta table (mosaicml#773)
* initial commit * use databricks-sql to read delta table and convert to json * update * update * update * add mocked unittest * Fix lints * update * update * restructure code * Add timer for optimizing * Add db-connect * add wrapper * update * add install dbconnect * update * update * patch dbconnect to allow multiple return formats * update * add arrow * use compression * clean up * Add cluster rt check * Fix lints * remove patch.py for CI * update * update * updat * update * fix tests * fix lint * update * update * Add more tests * update * update * update * change to download_json * update * fix lints * Add decompressed option for arrow * format json to jsonl * Add comments * Make cf_collect_type global option * fix comments * fix lints * fix comments * Fix lints * change to use workspaceclient * Add CPT support * Rewire method assignment logic * Fix bug in stripping https * Add tests for rewired method assignment logic * Fix lints * Fix lints * Removed logger set_level * Remove pyspark. It conflicts with databricks-connect * Update the comment * skip cluster version check when cluster_id is serverless * Add use_serverless flag * update tests with use_serverless flag * Fix lints --------- Co-authored-by: Xiaohan Zhang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6de8c37 - Browse repository at this point
Copy the full SHA 6de8c37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93b5a9f - Browse repository at this point
Copy the full SHA 93b5a9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b47c878 - Browse repository at this point
Copy the full SHA b47c878View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa8f3d9 - Browse repository at this point
Copy the full SHA fa8f3d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13fd34c - Browse repository at this point
Copy the full SHA 13fd34cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 610f669 - Browse repository at this point
Copy the full SHA 610f669View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f2e51b - Browse repository at this point
Copy the full SHA 9f2e51bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec68f10 - Browse repository at this point
Copy the full SHA ec68f10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e76068 - Browse repository at this point
Copy the full SHA 1e76068View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a5c164 - Browse repository at this point
Copy the full SHA 7a5c164View commit details -
Configuration menu - View commit details
-
Copy full SHA for e76038f - Browse repository at this point
Copy the full SHA e76038fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b413f5 - Browse repository at this point
Copy the full SHA 5b413f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1aa31f - Browse repository at this point
Copy the full SHA a1aa31fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d24fd5c - Browse repository at this point
Copy the full SHA d24fd5cView commit details
Commits on Jan 12, 2024
-
Remove hardcoded combined.jsonl with a flag (mosaicml#861)
* Remove hardcoded combined.jsonl with a flag * update * change output_json_path output_json_folder --------- Co-authored-by: Xiaohan Zhang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da3bea1 - Browse repository at this point
Copy the full SHA da3bea1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 936e3a1 - Browse repository at this point
Copy the full SHA 936e3a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55fce37 - Browse repository at this point
Copy the full SHA 55fce37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86e2412 - Browse repository at this point
Copy the full SHA 86e2412View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbfec65 - Browse repository at this point
Copy the full SHA bbfec65View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2e880d - Browse repository at this point
Copy the full SHA b2e880dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 596443a - Browse repository at this point
Copy the full SHA 596443aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea65187 - Browse repository at this point
Copy the full SHA ea65187View commit details -
Configuration menu - View commit details
-
Copy full SHA for 378a4e0 - Browse repository at this point
Copy the full SHA 378a4e0View commit details -
xiaohanzhan-db committed
Jan 12, 2024 Configuration menu - View commit details
-
Copy full SHA for af6e9aa - Browse repository at this point
Copy the full SHA af6e9aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e286ec - Browse repository at this point
Copy the full SHA 4e286ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09c4892 - Browse repository at this point
Copy the full SHA 09c4892View commit details -
Configuration menu - View commit details
-
Copy full SHA for c82da6c - Browse repository at this point
Copy the full SHA c82da6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5f83cc - Browse repository at this point
Copy the full SHA e5f83ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17d2b9f - Browse repository at this point
Copy the full SHA 17d2b9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6579d55 - Browse repository at this point
Copy the full SHA 6579d55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56308ff - Browse repository at this point
Copy the full SHA 56308ffView commit details -
Always initialize dist (mosaicml#864)
* fix dev * lint * remove gpu
Configuration menu - View commit details
-
Copy full SHA for 6517a30 - Browse repository at this point
Copy the full SHA 6517a30View commit details -
xiaohanzhan-db committed
Jan 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 4daa324 - Browse repository at this point
Copy the full SHA 4daa324View commit details -
Configuration menu - View commit details
-
Copy full SHA for b809691 - Browse repository at this point
Copy the full SHA b809691View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b75f94 - Browse repository at this point
Copy the full SHA 8b75f94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99bf2cd - Browse repository at this point
Copy the full SHA 99bf2cdView commit details -
xiaohanzhan-db committed
Jan 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 22014d6 - Browse repository at this point
Copy the full SHA 22014d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9f28aa - Browse repository at this point
Copy the full SHA d9f28aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43c8ac9 - Browse repository at this point
Copy the full SHA 43c8ac9View commit details
Commits on Jan 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b8ac771 - Browse repository at this point
Copy the full SHA b8ac771View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b9681c - Browse repository at this point
Copy the full SHA 1b9681cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16883c2 - Browse repository at this point
Copy the full SHA 16883c2View commit details
Commits on Jan 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c7567f1 - Browse repository at this point
Copy the full SHA c7567f1View commit details
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1764b72 - Browse repository at this point
Copy the full SHA 1764b72View commit details
Commits on Jan 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 808ced5 - Browse repository at this point
Copy the full SHA 808ced5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26ae516 - Browse repository at this point
Copy the full SHA 26ae516View commit details -
xiaohanzhan-db committed
Jan 23, 2024 Configuration menu - View commit details
-
Copy full SHA for a212ee8 - Browse repository at this point
Copy the full SHA a212ee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d279817 - Browse repository at this point
Copy the full SHA d279817View commit details
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.