From 6e052c76635aa6d9216742e8f22f8b347169e781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B8=D1=80=D0=B8=D0=BB=D0=BB=20=D0=A0=D0=BE=D0=BC?= =?UTF-8?q?=D0=B0=D0=BD=D0=BE=D0=B2?= Date: Thu, 4 Jun 2026 23:23:27 +0000 Subject: [PATCH] Add mock/course_meta.json --- mock/course_meta.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mock/course_meta.json diff --git a/mock/course_meta.json b/mock/course_meta.json new file mode 100644 index 0000000..2cbdcc6 --- /dev/null +++ b/mock/course_meta.json @@ -0,0 +1,11 @@ +{ + "schedule": { + "Week 1": "Introduction", + "Week 2": "Linear Models", + "Week 3": "Tree-Based Models", + "Week 4": "Clustering", + "Week 5": "Neural Networks" + }, + "prerequisites": "Basic Python and linear algebra", + "hours_per_week": "5-7 hours of study and 2-3 hours of lab work" +} \ No newline at end of file