Upload README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ Each column in the csv file is for an item, indexed by book/movie ID. The order
|
|
18 |
By solving the ISP with Text-based Selection in Selective, we select a smaller subset of items with maximum diversity in the latent embedding space of items and maximum coverage of labels.
|
19 |
|
20 |
## Quick Start
|
21 |
-
To run the example, install
|
22 |
```python
|
23 |
# Import Selective (for text-based selection) and TextWiser (for embedding space)
|
24 |
import pandas as pd
|
|
|
18 |
By solving the ISP with Text-based Selection in Selective, we select a smaller subset of items with maximum diversity in the latent embedding space of items and maximum coverage of labels.
|
19 |
|
20 |
## Quick Start
|
21 |
+
To run the example, install required packages by `pip install selective datasets`
|
22 |
```python
|
23 |
# Import Selective (for text-based selection) and TextWiser (for embedding space)
|
24 |
import pandas as pd
|