-
-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* First draft of new website * Add framework descriptions, papers and logos * Update footer with Github link * Remove under construction banner * Add redirect from old page to new one * Update page title * Add text links to new paper to be added later * Move static site to /docs * Whitelist documentation images * Remove temporary work directory * Add documentation images * Place holder for mobile * Move old notebooks and visualizations To make sure they are not confusing for new users, as these will no longer work out-of-the-box. New notebooks will be added soon but I don't have the files available right now. * Tell github this is not Jekyll
- Loading branch information
Showing
108 changed files
with
2,152 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,3 +47,4 @@ Singularityfile | |
#whitelist | ||
!reports/**/*.csv | ||
!reports/**/*.png | ||
!docs/img/**/*.png |
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<html> | ||
<head> | ||
<title>AMLB</title> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="refresh" content="3; URL=frameworks.html" /> | ||
</head> | ||
<body> | ||
<p> | ||
The old AutoML framework overview page no longer exists, you will be | ||
redirected to the new page. If you are not redirected within 3 seconds, | ||
you can find it at | ||
<a href="https://openml.github.io/automlbenchmark/frameworks.html" | ||
>https://openml.github.io/automlbenchmark/frameworks.html</a | ||
>. | ||
</p> | ||
</body> | ||
</html> |
Oops, something went wrong.