sulpha commited on
Commit
792b2b1
·
1 Parent(s): 9dab14c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -14
README.md CHANGED
@@ -148,16 +148,6 @@ widget:
148
 
149
  # Model description
150
 
151
- [More Information Needed]
152
-
153
- ## Intended uses & limitations
154
-
155
- [More Information Needed]
156
-
157
- ## Training Procedure
158
-
159
- [More Information Needed]
160
-
161
  ### Hyperparameters
162
 
163
  <details>
@@ -199,18 +189,25 @@ widget:
199
 
200
  # How to Get Started with the Model
201
 
202
- [More Information Needed]
 
 
 
 
 
 
 
203
 
204
  # Model Card Authors
205
 
206
  This model card is written by following authors:
207
 
208
- [More Information Needed]
209
 
210
  # Model Card Contact
211
 
212
  You can contact the model card authors through following channels:
213
- [More Information Needed]
214
 
215
  # Citation
216
 
@@ -218,7 +215,7 @@ Below you can find information related to citation.
218
 
219
  **BibTeX:**
220
  ```
221
- [More Information Needed]
222
  ```
223
 
224
  # model_description
 
148
 
149
  # Model description
150
 
 
 
 
 
 
 
 
 
 
 
151
  ### Hyperparameters
152
 
153
  <details>
 
189
 
190
  # How to Get Started with the Model
191
 
192
+ ```py
193
+ import joblib
194
+ from skops.hub_utils import download
195
+ download("sulpha/student_academic_success", "path_to_folder")
196
+ model = joblib.load(
197
+ "model.pkl"
198
+ )
199
+ ```
200
 
201
  # Model Card Authors
202
 
203
  This model card is written by following authors:
204
 
205
+ @sulpha
206
 
207
  # Model Card Contact
208
 
209
  You can contact the model card authors through following channels:
210
+ github.com/sulphatet
211
 
212
  # Citation
213
 
 
215
 
216
  **BibTeX:**
217
  ```
218
+ Valentim Realinho, Jorge Machado, Luís Baptista, & Mónica V. Martins. (2021). Predict students' dropout and academic success (1.0) [Data set]. Zenodo. https://doi.org/10.5281/zenodo.5777340
219
  ```
220
 
221
  # model_description