Skip to content

Commit d46ecca

Browse files
committed
readme
1 parent 518092a commit d46ecca

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ This `forumla` object is just an object that can accumulate components.
6262
formula
6363
```
6464

65+
![playtime](docs/imgs/pipe-demo.png)
66+
6567
It's pretty much the same pipeline as before, but it's a lot easier to go ahead and declare. You're mostly dealing with column names and how to encode them, instead of thinking about how scikit-learn constructs a pipeline.
6668

6769
This is what `scikit-playtime` is all about, but this is just the start of what it can do. If that sounds interest you can read more on the [documentation page](https://koaning.github.io/playtime/).

docs/imgs/pipe-demo.png

40.1 KB
Loading

playtime/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ def embed_image(*colnames: str) -> PlaytimePipeline:
142142
143143
Note: The columns should contain valid paths to image files that can be loaded by PIL/Pillow.
144144
"""
145-
from embetter.grab import ColumnGrabber
146145
from embetter.vision import ImageLoader
147146
from embetter.multi import ClipEncoder
148147

0 commit comments

Comments
 (0)