Skip to content

Latest commit

 

History

History
71 lines (46 loc) · 1.09 KB

File metadata and controls

71 lines (46 loc) · 1.09 KB

Developer Profile

Same data as developer_profile.json and developer_profile.yaml — formatted for human reading.


About

Alice Chen is a Data Scientist with expertise in machine learning and data analysis.

  • Age: 28
  • Status: Active
  • Role: Data Scientist

Skills

  • Python
  • SQL
  • Pandas
  • scikit-learn

Contact


Courses

✅ Intro to ML

  • Level: Beginner
  • Completed: Yes
  • Score: 94.5

✅ Data Preparation & Baseline Modeling

  • Level: Intermediate
  • Completed: Yes
  • Score: 88.0

🔲 Random Forest & XGBoost

  • Level: Intermediate
  • Completed: No
  • Score: Not yet available

Code Example

Load this profile in Python:

import json

with open("developer_profile.json") as f:
    profile = json.load(f)

print(profile["name"])
print(profile["skills"])

Notes

No additional notes at this time.