Skip to content

Commit 1ae5428

Browse files
fixes in readme
1 parent 4e6ded9 commit 1ae5428

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,12 @@ Each functionality in learningOrchestra is contained in its own class. Check the
3333
Shown below is an example usage of learning-orchestra-client using the [Titanic Dataset](https://www.kaggle.com/c/titanic/overview):
3434

3535
```python
36-
from learning_orchestra_client import *
36+
from learning_orchestra_client import (
37+
dataset.dataset,
38+
builder.builder,
39+
transform.data_type,
40+
transform.projection,
41+
)
3742

3843
cluster_ip = "34.95.187.26"
3944

0 commit comments

Comments
 (0)