2021-03-31 03:28:30 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Machine Learning Best Practices</title>
|
|
|
|
<link rel="icon" href="https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/favicon.png">
|
2021-03-31 08:02:50 +03:00
|
|
|
<link rel="shortcut icon" href="images/favicon.ico">
|
2021-03-31 03:28:30 +03:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
|
|
<meta name="google-site-verification" content="ks-x63sFEQSGfvTu0s1qRu5u4Y120n1TROFn17CJNLo" />
|
|
|
|
<meta name="keywords" content="doc,docs,documentation,gitbook,creator,generator,github,jekyll,github-pages">
|
|
|
|
<meta name="description" content="For magical documentation generator with dark and light mode switch.">
|
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
|
|
|
href="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/style.min.css"
|
|
|
|
title="Machine Learning Best Practices"
|
|
|
|
type="text/css"
|
|
|
|
/>
|
2021-04-04 19:39:39 +03:00
|
|
|
<link href="https://fonts.googleapis.com/css?family=M+PLUS+1p" rel="stylesheet">
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Sawarabi+Gothic" rel="stylesheet">
|
|
|
|
|
2021-03-31 03:28:30 +03:00
|
|
|
<style>
|
|
|
|
.sidebar-toggle .sidebar-toggle-button {
|
|
|
|
position: fixed;
|
|
|
|
top: 10px;
|
|
|
|
bottom: auto;
|
|
|
|
left: 0px;
|
|
|
|
height: 62px;
|
|
|
|
text-align: center;
|
|
|
|
transition: opacity .3s;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: transparent;
|
|
|
|
background: transparent;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
.sidebar-toggle span {
|
|
|
|
background-color: #1E90FF;
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
width: 20px;
|
|
|
|
height: 3px
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
body.close .sidebar-toggle .sidebar-toggle-button {
|
|
|
|
transform: translate(calc(260px));
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media (min-width: 48em) {
|
|
|
|
.sidebar-toggle .sidebar-toggle-button {
|
|
|
|
transform: translate(260px);
|
|
|
|
}
|
|
|
|
|
|
|
|
body.close .sidebar-toggle .sidebar-toggle-button {
|
|
|
|
transform: translate(0px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.app-sub-sidebar li:before{content:" "}
|
|
|
|
.content {
|
|
|
|
padding-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.github-corner svg {
|
|
|
|
color: #fff;
|
|
|
|
fill: var(--accent);
|
|
|
|
height: 50px;
|
|
|
|
width: 50px
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar {
|
|
|
|
width: 260px;
|
|
|
|
font-size: 1.0rem;
|
|
|
|
/* background-color: #EAF4FF; */
|
|
|
|
background-color: var(--sidebarBackground);
|
|
|
|
}
|
|
|
|
.sidebar body{
|
|
|
|
background-color: #aba;
|
|
|
|
}
|
|
|
|
.sidebar>h1 {
|
|
|
|
font-size: 1.0rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="app">We are building somthing special for you ...</div>
|
|
|
|
<script>
|
|
|
|
window.$docsify = {
|
|
|
|
search: 'auto', // default
|
|
|
|
search : [
|
|
|
|
'/',
|
|
|
|
],
|
2021-03-31 18:18:46 +03:00
|
|
|
name: 'Machine Learning <br> Practices & Tips',
|
2021-03-31 11:48:36 +03:00
|
|
|
repo: 'https://github.com/Azure/machine-learning-best-practices',
|
2021-03-31 03:28:30 +03:00
|
|
|
//logo: "./images/head.png",
|
|
|
|
search: 'auto',
|
|
|
|
loadSidebar: true,
|
|
|
|
auto2top: true,
|
|
|
|
subMaxLevel: 2,
|
2021-04-15 20:04:50 +03:00
|
|
|
sidebarDisplayLevel: 1,
|
2021-03-31 03:28:30 +03:00
|
|
|
darklightTheme:{
|
2021-04-04 19:39:39 +03:00
|
|
|
//siteFont : 'sans-serif',
|
|
|
|
siteFont : 'M PLUS 1p',
|
2021-04-15 19:28:48 +03:00
|
|
|
defaultTheme : 'dark',
|
2021-04-04 19:39:39 +03:00
|
|
|
bodyFontSize : '17px',
|
2021-03-31 03:28:30 +03:00
|
|
|
accent: '#1E90FF',
|
|
|
|
dark: {
|
|
|
|
accent: '#1E90FF',
|
|
|
|
sidebarBackground: '#091a28', //custom
|
|
|
|
textColor: 'white',
|
|
|
|
sidebarSublink : '#FFF',
|
|
|
|
|
|
|
|
},
|
|
|
|
light: {
|
|
|
|
accent: '#1E90FF',
|
|
|
|
sidebarBackground: '#EAF4FF', //custom
|
|
|
|
sidebarSublink : 'black',
|
|
|
|
},
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
|
|
|
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/emoji.min.js"></script>
|
|
|
|
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
|
|
|
|
<script src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/main.min.js" type="text/javascript"></script>
|
|
|
|
<script src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js" type="text/javascript"></script>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/docsify-copy-code@2"></script>
|
|
|
|
<script src="//unpkg.com/docsify-tabs@1"></script>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/docsify-example-panels"></script>
|
|
|
|
<script src="https://unpkg.com/docsify/lib/plugins/zoom-image.min.js"></script>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/docsify-tabs@1"></script>
|
|
|
|
<script src="https://unpkg.com/prismjs/components/prism-php.min.js"></script>
|
|
|
|
<script src="//unpkg.com/docsify-sidebar-collapse/dist/docsify-sidebar-collapse.min.js"></script>
|
|
|
|
<!-- コードハイライト -->
|
|
|
|
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
|
|
|
|
<script src="//unpkg.com/prismjs/components/prism-python.min.js"></script>
|
|
|
|
<script src="//unpkg.com/prismjs/components/prism-typescript.min.js"></script>
|
2021-03-31 04:13:48 +03:00
|
|
|
<!-- CDN files for docsify-katex -->
|
|
|
|
<script src="//cdn.jsdelivr.net/npm/docsify-katex@latest/dist/docsify-katex.js"></script>
|
|
|
|
<!-- or <script src="//cdn.jsdelivr.net/gh/upupming/docsify-katex@latest/dist/docsify-katex.js"></script> -->
|
|
|
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css"/>
|
2021-04-04 19:39:39 +03:00
|
|
|
|
|
|
|
|
2021-03-31 03:28:30 +03:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|