You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -12,6 +12,16 @@ Seamlessly integrate powerful language models like ChatGPT into scikit-learn for
12
12
pip install scikit-llm
13
13
```
14
14
15
+
## Support us 🤝
16
+
17
+
You can support the project in the following ways:
18
+
19
+
- ⭐ Star Scikit-LLM on GitHub (click the star button in the top right corner)
20
+
- 💡 Provide your feedback or propose ideas in the [issues](https://github.com/iryna-kondr/scikit-llm/issues) section
21
+
- 🔗 Post about Scikit-LLM on LinkedIn or other platforms
22
+
- 🪶 Check out our related project - [Falcon AutoML](https://github.com/OKUA1/falcon)
23
+
24
+
15
25
## Documentation 📚
16
26
17
27
### Configuring OpenAI API Key
@@ -81,7 +91,7 @@ labels = clf.predict(X)
81
91
82
92
Similarly to the `ZeroShotGPTClassifier` it is sufficient if only candidate labels are provided. However, this time the classifier expects `y` of a type `List[List[str]]`.
83
93
84
-
```
94
+
```python
85
95
from skllm import MultiLabelZeroShotGPTClassifier
86
96
from skllm.datasets import get_multilabel_classification_dataset
0 commit comments