We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6ded9 commit 1ae5428Copy full SHA for 1ae5428
README.md
@@ -33,7 +33,12 @@ Each functionality in learningOrchestra is contained in its own class. Check the
33
Shown below is an example usage of learning-orchestra-client using the [Titanic Dataset](https://www.kaggle.com/c/titanic/overview):
34
35
```python
36
-from learning_orchestra_client import *
+from learning_orchestra_client import (
37
+ dataset.dataset,
38
+ builder.builder,
39
+ transform.data_type,
40
+ transform.projection,
41
+)
42
43
cluster_ip = "34.95.187.26"
44
0 commit comments