Skip to content

Commit ed1615c

Browse files
Update README.md
1 parent 8a926a3 commit ed1615c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# lazy-learn
2+
0.0.1
23

34
---
45

@@ -10,3 +11,10 @@ The aim of lazy-learn is exactly that. Given a dataset, easy-learn will analyse
1011

1112
## Usage
1213

14+
Using lazy-learn revolves around the `LazyLearner` class. You can think of it as a kind of project, and it is the wrapper for any experiment within lazy-learn.
15+
16+
## Installation
17+
18+
```
19+
pip install lazy-learn
20+
```

0 commit comments

Comments
 (0)