@@ -41,10 +41,10 @@ class GapRecommendation:
4141 " (multivariable calculus is required by nearly all programs)"
4242 ),
4343 "linear_algebra" : (
44- "Take a Linear Algebra course with proof-based content "
45- " (MATH 415 level or above )"
44+ "Take a proof-based Linear Algebra course"
45+ " (upper-division or graduate level )"
4646 ),
47- "probability" : "Take calculus-based Probability (e.g. STAT 400) " ,
47+ "probability" : "Take a calculus-based Probability Theory course " ,
4848 "ode_pde" : "Take Differential Equations (ODE); PDE is a plus for top-5" ,
4949 "real_analysis" : (
5050 "Take Real Analysis / Real Variables"
@@ -56,13 +56,13 @@ class GapRecommendation:
5656 " (recommended for top-5 programs)"
5757 ),
5858 # Statistics dimension
59- "math_stats" : "Take Mathematical Statistics at 400 level (e.g. STAT 410) " ,
60- "time_series" : "Take Time Series Analysis (STAT 429 or equivalent) " ,
61- "econometrics" : "Take an Econometrics course (ECON 480 or equivalent) " ,
62- "stat_learning_ml" : "Take Statistical Learning or ML (STAT 432 / CS 446) " ,
63- "stat_computing" : "Take Statistical Computing (STAT 428 / R or Python)" ,
59+ "math_stats" : "Take Mathematical Statistics at the 400+ level" ,
60+ "time_series" : "Take a Time Series Analysis course " ,
61+ "econometrics" : "Take an Econometrics course" ,
62+ "stat_learning_ml" : "Take Statistical Learning or Machine Learning " ,
63+ "stat_computing" : "Take Statistical Computing (R or Python-based )" ,
6464 "courses_400_level_count" : (
65- "Enroll in more 400-level statistics courses"
65+ "Enroll in more upper-division statistics courses"
6666 " to strengthen your transcript"
6767 ),
6868 # CS dimension
@@ -71,20 +71,20 @@ class GapRecommendation:
7171 " (essential for Baruch, CMU, and most top programs)"
7272 ),
7373 "python_proficiency" : (
74- "Take a Python course or complete substantial Python projects"
74+ "Take a Python course or build substantial Python projects"
7575 ),
76- "data_structures_algo" : "Take Data Structures and Algorithms (CS 225+374) " ,
77- "ml_course" : "Take a Machine Learning course (CS 446 / STAT 432 level) " ,
78- "numerical_computing" : "Take Numerical/Scientific Computing (CS 450) " ,
76+ "data_structures_algo" : "Take Data Structures and Algorithms" ,
77+ "ml_course" : "Take a Machine Learning course" ,
78+ "numerical_computing" : "Take Numerical or Scientific Computing " ,
7979 "is_cs_major" : (
80- "Consider adding a CS minor or taking additional CS electives"
80+ "Consider a CS minor or additional CS electives"
8181 ),
8282 # Finance/Econ dimension
83- "micro_macro" : "Take Intermediate Micro and Macro Economics courses " ,
83+ "micro_macro" : "Take Intermediate Micro and Macro Economics" ,
8484 "investments_finance" : "Take an Investments or Corporate Finance course" ,
8585 "derivatives" : "Take Derivatives/Options Pricing or Financial Risk Mgmt" ,
8686 "risk_management" : "Take a Risk Management or Financial Risk course" ,
87- "financial_econometrics" : "Take Financial Econometrics (ECON 472) " ,
87+ "financial_econometrics" : "Take Financial Econometrics" ,
8888 "game_theory" : "Take Game Theory (lower priority for most MFE programs)" ,
8989 # GPA dimension
9090 "cumulative_gpa" : "Focus on raising GPA by excelling in remaining courses" ,
0 commit comments