-
Notifications
You must be signed in to change notification settings - Fork 76
/
meta.json
26 lines (26 loc) · 2.61 KB
/
meta.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
{
"courseId": "supervised-ML-case-studies-course",
"title": "Supervised machine learning case studies in R!",
"slogan": "A free interactive course",
"description": "<p>This is a free, open source course on supervised machine learning in R. In this course, you'll work through four case studies and practice skills from exploratory data analysis through model evaluation. <a href='https://ines.io/'>Ines Montani</a> designed the web framework that runs this course, and <a href='https://florencia.netlify.com/'>Florencia D'Andrea</a> helped build the site.</p><p>Contributions and comments on how to improve this course are welcome! Please <a href='https://github.com/juliasilge/supervised-ML-case-studies-course/issues'>file an issue</a> or submit a pull request if you find something that could be fixed or improved.</p><p><a rel='license' href='http://creativecommons.org/licenses/by/4.0'><img alt='Creative Commons License' src='https://i.creativecommons.org/l/by/4.0/88x31.png'/></a></p>",
"bio": "<p>My name is Julia Silge and I'm a data scientist and software engineer at <a href='https://rstudio.com/'>RStudio</a> where I <a href='https://www.tidymodels.org/'>build modeling tools</a>. I am both an international keynote speaker and a real-world practitioner focused on data analysis and machine learning practice. I love making beautiful charts and communicating about technical topics with diverse audiences.</p><p><a href='https://www.netlify.com'><img src='https://www.netlify.com/img/global/badges/netlify-color-accent.svg'/></a></p>",
"siteUrl": "https://supervised-ml-course.netlify.com",
"twitter": "juliasilge",
"fonts": "IBM+Plex+Mono:500|IBM+Plex+Sans:700|Lato:400,400i,700,700i",
"testTemplate": "success <- function(text) {\n cat(paste(\"\\033[32m\", text, \"\\033[0m\", sep = \"\"))\n}\n\n.solution <- \"${solutionEscaped}\"\n\n${solution}\n\n${test}\ntryCatch({\n test()\n}, error = function(e) {\n cat(paste(\"\\033[31m\", e[1], \"\\033[0m\", sep = \"\"))\n})",
"juniper": {
"repo": "juliasilge/supervised-ML-case-studies-course",
"branch": "binder",
"lang": "r",
"kernelType": "ir",
"debug": false
},
"showProfileImage": true,
"footerLinks": [
{ "text": "Follow Me on Twitter", "url": "https://twitter.com/juliasilge" },
{ "text": "My Website", "url": "https://juliasilge.com/" },
{ "text": "Source Code on GitHub", "url": "https://github.com/juliasilge/supervised-ML-case-studies-course" },
{ "text": "Built with ♥ and Open Source", "url": "https://github.com/ines/course-starter-r" }
],
"theme": "#de7878"
}