This repository was archived by the owner on Apr 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +22
-5
lines changed
splicemachine/mlflow_support Expand file tree Collapse file tree 3 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 1- py4j
1+ py4j == 0.10.7.0
22mlflow == 1.8.0
33pyyaml
4- mleap == 0.16 .0
4+ mleap == 0.15 .0
55graphviz
66requests
77gorilla == 0.3.0
@@ -10,7 +10,7 @@ pyspark-dist-explore==0.1.8
1010numpy
1111pandas
1212scipy
13- pyspark >= 3.0.1
14- h2o-pysparkling-3.0
13+ pyspark >= 2.4.0 , <= 2.4.5
14+ h2o-pysparkling-2.4 == 3.28.1.2-1
1515IPython
1616cloudpickle == 1.6.0
Original file line number Diff line number Diff line change 1+ py4j
2+ mlflow==1.8.0
3+ pyyaml
4+ mleap==0.16.0
5+ graphviz
6+ requests
7+ gorilla==0.3.0
8+ tqdm
9+ pyspark-dist-explore==0.1.8
10+ numpy
11+ pandas
12+ scipy
13+ pyspark>=3.0.1
14+ h2o-pysparkling-3.0==3.32.0.4-1
15+ IPython
16+ cloudpickle==1.6.0
Original file line number Diff line number Diff line change 6363import requests
6464import sklearn
6565import yaml
66- from h2o .model .model_base import ModelBase as H2OModel
66+ # from h2o.model.model_base import ModelBase as H2OModel TODO: For Spark3
67+ from h2o .estimators .estimator_base import ModelBase as H2OModel
6768from pandas .core .frame import DataFrame as PandasDF
6869from pyspark .ml .base import Model as SparkModel
6970from pyspark .sql import DataFrame as SparkDF
You can’t perform that action at this time.
0 commit comments