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

Releases: splicemachine/pysplice

Release 2.1.0

18 May 17:52
ec6433e
Compare
Choose a tag to compare

What Changed?

  • Added support for SKlearn model deployment using jep
  • Fixed PySpliceContext functions to use underlying Scala Implementations for more efficient execution
  • Database transaction ID is now a LONG instead of an INT
  • Code cleanup

This release is in tandem with ml-workflow

HOT FIX for DB Transaction ID

13 May 15:45
Compare
Choose a tag to compare

Robust support for model libs

23 Apr 23:04
22a52fa
Compare
Choose a tag to compare

Support for saving and loading sklearn, spark, h2o and keras models
This release is in tandem with ml-workflow

H2O In Database Model Deployment

16 Apr 23:53
e3295c1
Compare
Choose a tag to compare

Support for deploying (supported) H2O models directly into the database (like spark models)

H2O added support

02 Apr 16:42
a3453cd
Compare
Choose a tag to compare

H2O Model saving and loading, as well as context manager support for MLFlow

Update to plotROC and start_run

24 Mar 19:32
99b09e5
Compare
Choose a tag to compare

PlotROC had chart axes flipped

mlflow.start_run doesn't set the run_name if you pass it in. Fix for that issue

New MLManager API

24 Mar 19:30
99b09e5
Compare
Choose a tag to compare

BREAKING CHANGES: MLManager has been completely redesigned and the MLManager class no longer exists.

The new implementation gives users full functionality to the vanilla mlflow api with mlflow.FUNCTION calls, as well as Splice's custom functions through the same module.


Accessing the mlflow module is simply from splicemachine.mlflow_support import *
And to handle artifacts, simply call mlflow.register_splice_context(splice)

MLFlow upgrade:
@abaveja313 and @Ben-Epstein

MLFlow Upgrades

13 Mar 18:04
5d43423
Compare
Choose a tag to compare

MLFlow 1.6.0 Upgrade
Ability to log zip files as artifacts to mlflow
Ability to download artifacts from the MLFlow UI (including zip files)
analyzeTable improvements (@jpanko1)

Spark Statistical tools added + MLManager schema addressed

20 Feb 21:26
dcff687
Compare
Choose a tag to compare

Many statistical tools like Oversampler and OversamplerCrossValidator among others - @sharmanirek
Bug fix in evaluator class. Now references user assigned label and prediction columns - @sharmanirek
Updated default mlmanager schema to MLMANAGER from SPLICE

In DB Deployment partial release

05 Feb 18:52
a4e57c5
Compare
Choose a tag to compare
Pre-release

This release is to handle the partial merge of the db deployment code