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

Releases: splicemachine/pysplice

MLManager remove tracking_uri param requirement

14 Feb 19:47
590ade6
Compare
Choose a tag to compare

Fixed the tracking_uri parameter by forcing http so users don't need to manually add it.

Fixed Bug with Instantiation of MLManager Class

04 Jan 19:20
Compare
Choose a tag to compare
  1. Replaced function call in instantiation of MLManager with a globally defined get_pod_url call
  2. Moved static method get_pod_url to global scope

MLManager Finds URL of MLFlow Pod

20 Dec 19:19
9ec936f
Compare
Choose a tag to compare
Pre-release
Merge pull request #5 from splicemachine/DBAAS-1954

Merge DBAAS-1954 to master-- added tracking w/ mlflow pod

13.1

21 Nov 23:28
Compare
Choose a tag to compare
13.1 Pre-release
Pre-release
removed excess files

Refactored and new features

21 Nov 20:19
c90ed52
Compare
Choose a tag to compare
Pre-release

Lots of new stuff!

Changed name of SpliceCloudContext

19 Nov 18:59
8a0094c
Compare
Choose a tag to compare
Pre-release
12.2

Update context.py

Added multiclass evaluator

19 Nov 07:58
Compare
Choose a tag to compare
Pre-release

added multiclass evaluator
you can now use that to get f1, precision, recall and accuracy from your predictions dataframe!!!
YAY!

Complete Refactor and new features

19 Nov 07:17
bdecfa0
Compare
Choose a tag to compare
Pre-release

Breaking Changes:
-- show_confusion_matrix takes in spark instead of sc and sqlcontext
-- ModelEvaluator has been renamed to SpliceBinaryClassificationEvaluator
-- Added SpliceRegressionEvaluator
-- Added SpliceCloudContext with jdbc url autofinding and h2o support
-- added feature importance to decision tree visualizer class

Changed SqlContext to SparkSession

03 Oct 04:29
9b7a432
Compare
Choose a tag to compare
Pre-release
11.1

Update context.py

Alpha

18 Dec 22:04
2867d9d
Compare
Choose a tag to compare

Compatible with service