Skip to content

Commit b4e69d1

Browse files
committed
Updated eval algo, changed recommended unis from 5 to 6 and force recommend 6 unis + db improvements
1 parent e2a986b commit b4e69d1

File tree

8 files changed

+226
-86
lines changed

8 files changed

+226
-86
lines changed

AP.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ def __init__(self, name, tier, apgrade, score) :
99
self.tier = tier
1010
self.apgrade = apgrade
1111
self.score = score
12-
self.apValue = (score*0.25+apgrade*0.75)*tier/20
12+
self.apValue = (score*0.25+apgrade*0.75)*tier/5

all tiers.json

+93-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"Date Generated": "2025-01-03 14:12:54 Hawaiian Standard Time",
2+
"Date Generated": "2025-01-04 02:09:56 Hawaiian Standard Time",
33
"Harvard University": {
44
"acc_rate": 0.032,
55
"75_sat": 1580,
66
"50_sat": 1550,
77
"25_sat": 1490,
88
"tags": [
99
"Ivy",
10-
"LaRge",
10+
"Large",
1111
"Law",
1212
"Business",
1313
"Medicine"
@@ -86,7 +86,7 @@
8686
]
8787
},
8888
"Dartmouth College": {
89-
"acc_rate": 0.062,
89+
"acc_rate": 0.064,
9090
"75_sat": 1560,
9191
"50_sat": 1500,
9292
"25_sat": 1440,
@@ -173,7 +173,8 @@
173173
"tags": [
174174
"Ivy-Adjacent",
175175
"Medium",
176-
"Music"
176+
"Music",
177+
"Medicine"
177178
]
178179
},
179180
"Rice University": {
@@ -234,7 +235,8 @@
234235
"Ivy-Adjacent",
235236
"Large",
236237
"Business",
237-
"Medicine"
238+
"Medicine",
239+
"Engineering"
238240
]
239241
},
240242
"University of California, Los Angeles": {
@@ -593,6 +595,29 @@
593595
"Small"
594596
]
595597
},
598+
"University of South Florida": {
599+
"acc_rate": 0.41,
600+
"75_sat": 1370,
601+
"50_sat": 1300,
602+
"25_sat": 1240,
603+
"tags": [
604+
"Large",
605+
"Medicine",
606+
"Tech",
607+
"Engineering"
608+
]
609+
},
610+
"San Diego State University": {
611+
"acc_rate": 0.39,
612+
"75_sat": 1340,
613+
"50_sat": 1220,
614+
"25_sat": 1130,
615+
"tags": [
616+
"Large",
617+
"CSU System",
618+
"Sports"
619+
]
620+
},
596621
"Purdue University": {
597622
"acc_rate": 0.53,
598623
"75_sat": 1450,
@@ -700,6 +725,27 @@
700725
"Christian"
701726
]
702727
},
728+
"University of San Francisco": {
729+
"acc_rate": 0.51,
730+
"75_sat": 1370,
731+
"50_sat": 1300,
732+
"25_sat": 1240,
733+
"tags": [
734+
"Medium",
735+
"Sports"
736+
]
737+
},
738+
"University of South Carolina": {
739+
"acc_rate": 0.64,
740+
"75_sat": 1370,
741+
"50_sat": 1280,
742+
"25_sat": 1190,
743+
"tags": [
744+
"Large",
745+
"Business",
746+
"Tech"
747+
]
748+
},
703749
"Arizona State University": {
704750
"acc_rate": 0.898,
705751
"75_sat": 1320,
@@ -766,5 +812,47 @@
766812
"Large",
767813
"Engineering"
768814
]
815+
},
816+
"University of Alabama": {
817+
"acc_rate": 0.76,
818+
"75_sat": 1370,
819+
"50_sat": 1230,
820+
"25_sat": 1120,
821+
"tags": [
822+
"Large",
823+
"Sports"
824+
]
825+
},
826+
"University of Southern Mississippi": {
827+
"acc_rate": 0.99,
828+
"75_sat": 1190,
829+
"50_sat": 1070,
830+
"25_sat": 990,
831+
"tags": [
832+
"Medium",
833+
"Business"
834+
]
835+
},
836+
"Art Academy of Cincinnati": {
837+
"acc_rate": 1,
838+
"75_sat": 1110,
839+
"50_sat": 1000,
840+
"25_sat": 880,
841+
"tags": [
842+
"Small",
843+
"Art"
844+
]
845+
},
846+
"San Francisco State University": {
847+
"acc_rate": 0.91,
848+
"75_sat": 1160,
849+
"50_sat": 1060,
850+
"25_sat": 950,
851+
"tags": [
852+
"Large",
853+
"Business",
854+
"Art",
855+
"CSU System"
856+
]
769857
}
770858
}

0 commit comments

Comments
 (0)