SkyLeopard commited on
Commit
2afd4f3
·
verified ·
1 Parent(s): de1ce66

Change incorrect repo-name

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -10,19 +10,20 @@ tags:
10
  - random-forest
11
  datasets:
12
  - college_student_placement_dataset
 
13
  ---
14
 
15
 
16
  # Placement Season Prediction Model
17
  ## Model Details
18
 
19
- **Model Name:** Placement Season Prediction
20
- **Model Type:** Random Forest Classifier
21
- **Framework:** scikit-learn
22
- **Language:** Python
23
- **Task:** Binary Classification
24
- **License:** MIT (or specify your own)
25
- **Author:** SkyLeopard
26
 
27
  This model predicts whether a college student will get placed based on academic and experiential features.
28
 
@@ -106,8 +107,8 @@ from huggingface_hub import hf_hub_url, cached_download
106
  import joblib
107
  import pandas as pd
108
 
109
- REPO_ID = "SkyLeopard/placement-season-model"
110
- FILENAME = "model.joblib"
111
 
112
  model = joblib.load(
113
  cached_download(
@@ -168,4 +169,4 @@ If you use this model:
168
  year = {2026},
169
  publisher = {Hugging Face}
170
  }
171
- ```
 
10
  - random-forest
11
  datasets:
12
  - college_student_placement_dataset
13
+ library_name: sklearn
14
  ---
15
 
16
 
17
  # Placement Season Prediction Model
18
  ## Model Details
19
 
20
+ - **Model Name:** Placement Season Prediction
21
+ - **Model Type:** Random Forest Classifier
22
+ - **Framework:** scikit-learn
23
+ - **Language:** Python
24
+ - **Task:** Binary Classification
25
+ - **License:** Apache 2.0
26
+ - **Author:** SkyLeopard
27
 
28
  This model predicts whether a college student will get placed based on academic and experiential features.
29
 
 
107
  import joblib
108
  import pandas as pd
109
 
110
+ REPO_ID = "SkyLeopard/placement-season"
111
+ FILENAME = "rf-placement.pkl"
112
 
113
  model = joblib.load(
114
  cached_download(
 
169
  year = {2026},
170
  publisher = {Hugging Face}
171
  }
172
+ ```