Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

First release of PySplice on K8s

Compare
Choose a tag to compare
@Ben-Epstein Ben-Epstein released this 25 Sep 21:40
· 458 commits to master since this release
ea6779e
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.py