File: documentation.html

package info (click to toggle)
scikit-optimize 0.10.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,672 kB
  • sloc: python: 10,659; javascript: 438; makefile: 136; sh: 6
file content (14 lines) | stat: -rw-r--r-- 557 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="Refresh" content="0; url={{ pathto('index') }}" />
    <meta name="Description" content="scikit-learn: machine learning in Python">
    <link rel="canonical" href="{{ pathto('index') }}" />
    <title>scikit-optimize: Sequential model-based optimization</title>
  </head>
  <body>
    <p>You will be automatically redirected to the <a href="{{ pathto('index') }}">main page</a>.</p>
  </body>
</html>