We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d7dee commit f51d4edCopy full SHA for f51d4ed
pipeline/titanic.py
@@ -1,7 +1,7 @@
1
from learning_orchestra_client.dataset.csv import DatasetCsv
2
from learning_orchestra_client.transform.projection import TransformProjection
3
from learning_orchestra_client.transform.data_type import TransformDataType
4
-from learning_orchestra_client.builder import BuilderSparkMl
+from learning_orchestra_client.builder.builder import BuilderSparkMl
5
6
CLUSTER_IP = "http://35.193.116.104"
7
setup.py
@@ -5,7 +5,7 @@
setuptools.setup(
name="learning_orchestra_client",
8
- version="2.2.1",
+ version="2.2.2",
9
author="Gabriel Ribeiro",
10
author_email="gabbriel.rribeiro@gmail.com",
11
description="learningOrchestra python client",
0 commit comments