|
9 | 9 | }}();
|
10 | 10 | </script> -->
|
11 | 11 |
|
12 |
| -<title>EvalML - Alteryx Open Source AutoML Library</title> |
13 |
| -<meta name="description" content="EvalML is an AutoML library that builds, optimizes, and evaluates machine learning pipelines using domain-specific objective functions. — EvalML documentation"> |
| 12 | +<title>CheckMate - Alteryx Open Source AutoML Library</title> |
| 13 | +<meta name="description" content="CheckMate is an AutoML library which catches and warns of problems with your data and problem setup before modeling. - CheckMate documentation"> |
14 | 14 |
|
15 | 15 | <!-- Facebook Meta Tags -->
|
16 |
| -<meta property="og:url" content="https://evalml.alteryx.com/en/stable/"> |
| 16 | +<meta property="og:url" content="https://checkmate.alteryx.com/en/stable/"> |
17 | 17 | <meta property="og:type" content="website">
|
18 |
| -<meta property="og:title" content="EvalML - Alteryx Open Source AutoML Library"> |
19 |
| -<meta property="og:description" content="EvalML is an AutoML library that builds, optimizes, and evaluates machine learning pipelines using domain-specific objective functions. — EvalML documentation"> |
20 |
| -<meta property="og:image" content="https://featurelabs-static.s3.amazonaws.com/OpenSource_OpenGraph_1200x630px-evalml.png"> |
| 18 | +<meta property="og:title" content="CheckMate - Alteryx Open Source AutoML Library"> |
| 19 | +<meta property="og:description" content="CheckMate is an AutoML library which catches and warns of problems with your data and problem setup before modeling. - CheckMate documentation"> |
| 20 | +<meta property="og:image" content="#"> |
21 | 21 |
|
22 | 22 | <!-- Twitter Meta Tags -->
|
23 | 23 | <meta name="twitter:card" content="summary_large_image">
|
24 |
| -<meta property="twitter:domain" content="evalml.alteryx.com"> |
25 |
| -<meta property="twitter:url" content="https://evalml.alteryx.com/en/stable/"> |
26 |
| -<meta name="twitter:title" content="EvalML - Alteryx Open Source AutoML Library"> |
27 |
| -<meta name="twitter:description" content="EvalML is an AutoML library that builds, optimizes, and evaluates machine learning pipelines using domain-specific objective functions. — EvalML documentation"> |
28 |
| -<meta name="twitter:image" content="https://featurelabs-static.s3.amazonaws.com/OpenSource_OpenGraph_1200x630px-evalml.png"> |
| 24 | +<meta property="twitter:domain" content="checkmate.alteryx.com"> |
| 25 | +<meta property="twitter:url" content="https://checkmate.alteryx.com/en/stable/"> |
| 26 | +<meta name="twitter:title" content="CheckMate - Alteryx Open Source AutoML Library"> |
| 27 | +<meta name="twitter:description" content="CheckMate is an AutoML library which catches and warns of problems with your data and problem setup before modeling. - CheckMate documentation"> |
| 28 | +<meta name="twitter:image" content="#"> |
29 | 29 |
|
30 | 30 | {% endblock %}
|
31 | 31 |
|
|
37 | 37 | <img class="footer-image-alteryx" src="{{ pathto('_static/images/alteryx_open_source.svg', 1) }}" alt="Alteryx Open Source">
|
38 | 38 | </div>
|
39 | 39 | <div class="footer-cell-2">
|
40 |
| - <a href="https://github.com/alteryx/evalml#readme" target="_blank"> |
| 40 | + <a href="https://github.com/alteryx/checkmate#readme" target="_blank"> |
41 | 41 | <img class="footer-image-github" src="{{ pathto('_static/images/github.svg', 1) }}" alt="GitHub">
|
42 | 42 | </a>
|
43 | 43 | <a href="https://twitter.com/AlteryxOSS" target="_blank">
|
|
46 | 46 | <a href="https://join.slack.com/t/alteryx-oss/shared_invite/zt-182tyvuxv-NzIn6eiCEf8TBziuKp0bNA" target="_blank">
|
47 | 47 | <img class="footer-image-slack" src="{{ pathto('_static/images/slack.svg', 1) }}" alt="Slack">
|
48 | 48 | </a>
|
49 |
| - <a href="https://stackoverflow.com/questions/tagged/evalml" target="_blank"> |
| 49 | + <a href="https://stackoverflow.com/questions/tagged/checkmate" target="_blank"> |
50 | 50 | <img class="footer-image-stack-overflow" src="{{ pathto('_static/images/stackoverflow.svg', 1) }}" alt="Stack Overflow">
|
51 | 51 | </a>
|
52 | 52 | </div>
|
|
0 commit comments