This repository was archived by the owner on Apr 15, 2022. It is now read-only.
Commit ea6779e
authored
Dbaas 2571 (#23)
* DBAAS-2387: Added createTable function to create a new schema.table from a dataframe
* DBAAS-2387: Added an optional upper param to insert, upsert and update in case of mixed case columns in SQL tables
* Added a replaceDataframeSchema function to properly set the case of each column name of the dataframe
* DBAAS-2387: fixed schema_table_name in params
* DBAAS-2387: Added 26 Unit Tests; Refactored Create Table Function; Refactored Tests
* removed pyc files and __pycache__ via gitignore
* removed pytest cache
* DBAAS-2387: removed changes from .gitignore
* DBAAS-2571: Updating MLManager to have new features released in MLFlow 1.0
* DBAAS-2571: More features for MLFlow 1.0 Upgrade; deprecated SpliceMLContext; Fixed specificity in Binary Classification Evaluator
* DBAAS-2571: Added Deploymenet to Sagemaker programmatically
* DBAAS-2571: Fixed minor bugs and renamed functions
* DBAAS-2571: Fixed typo in if-statement checking validity of MLFlow REST tracking endpoint URL
* DBAAS-2571: Added Governance for new runs as well as support for overriding username
* DBAAS-2571: Fixed get user function to be less verbose
* DBAAS-2571: Added more checks
* DBAAS-2571: Removed useless dependencies
* DBAAS-2571: Removed mutable initial argument
* DBAAS-2571: Fixed user governance
* DBAAS-2571: Added database store support via py4j for models & artifacts
* DBAAS-2571: Fixed typo in reset run
* DBAAS-2571: Updated JVM
* DBAAS-2571: Added Basic Auth to Job Initiation and added Azure Deployment
* DBAAS-2571: Added support for OneVsRest for Model Hyperparameter extraction
* Missing comma in dependencies
* Update setup.py
* Update setup.py
* Update context.py1 parent 8e037f8 commit ea6779e
File tree
6 files changed
+847
-137
lines changed- splicemachine
- ml
- spark
6 files changed
+847
-137
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
36 | 25 | | |
37 | 26 | | |
38 | 27 | | |
| |||
42 | 31 | | |
43 | 32 | | |
44 | 33 | | |
45 | | - | |
46 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
47 | 38 | | |
48 | 39 | | |
0 commit comments