forked from UBC-MDS/introduction-machine-learning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocale.json
49 lines (49 loc) · 2.59 KB
/
locale.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"en": {
"langName": "English",
"title": "Introduction to Machine Learning",
"slogan": "Course 2 of UBC's Key Capabilities in Data Science Program",
"description": " This course covers the data science perspective on the introductory concepts in machine learning, with a focus on making predictions. It covers how to build different models such as K-NN, decision trees and linear classifiers as well as important concepts such as data splitting and fundamental rules and laws. In addition, this course will teach you how to evaluate models properly and question their validity all while streamlining the process with pipelines.",
"bio": "The University of British Columbia (UBC) is a comprehensive research-intensive university, consistently ranked among the 40 best universities in the world. The Key Capabilities in Data Science program was launched in September 2020 and is developed and taught by many of the same instructors as the UBC Master of Data Science program.",
"video": ["/4q6DXyo-V6Q", "/eIgYVRnAcuc", "/aBpgJh0ikoA", "/lEcJULloczk", "/acmqirTF9Ag"],
"footerLinks": [
{ "text": "Website",
"url": "https://extendedlearning.ubc.ca/programs/key-capabilities-data-science"
},
{
"text": "Source",
"url": "https://github.com/UBC-MDS/introduction-machine-learning"
},
{
"text": "Built with ♥",
"url": "https://github.com/ines/course-starter-python"
}
],
"socialImage": "social.jpg",
"uiText": {
"aboutMe": "About the program",
"aboutCourse": "About this course",
"markAsCompleted": "Mark as completed",
"removeFromCompleted": "Remove from completed",
"completed": "Completed",
"submit": "Submit",
"correct": "That's correct!",
"incorrect": "Incorrect.",
"showSolution": "Show solution",
"reset": "Reset",
"runCode": "Run code",
"next": "Next",
"showHints": "Show hints",
"hideHints": "Hide hints",
"loading": " ",
"connectingFailed": "Connecting failed. Please reload and try again.",
"launchingDocker": "Launching Docker container on",
"reconnectingDocker": "Reconnecting to Docker container on",
"prevChapter": "Previous Chapter",
"nextChapter": "Next Chapter",
"start": "Start",
"video": "Video",
"slides": "Slides"
}
}
}