Skip to content

Commit c208711

Browse files
author
Github Actions
committed
Ravin Kohli: [ADD] Docker publish workflow (#357)
1 parent 328dd92 commit c208711

File tree

56 files changed

+359
-334
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+359
-334
lines changed

development/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: da4a618284217d59a7915d1c6ebdf872
3+
config: 970eb458f32b434db48854a3317b2f05
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

development/_downloads/307f532dbef0476f85afc6b64b65f087/example_resampling_strategy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494
############################################################################
9595
# Search for an ensemble of machine learning algorithms
96-
# -----------------------------------------------------------------------
96+
# -----------------------------------------------------
9797

9898
api.search(
9999
X_train=X_train,
@@ -107,7 +107,7 @@
107107

108108
############################################################################
109109
# Print the final ensemble performance
110-
# ------------
110+
# ------------------------------------
111111
y_pred = api.predict(X_test)
112112
score = api.score(y_pred, y_test)
113113
print(score)
6 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-1019 Bytes
Loading
-1014 Bytes
Loading
-224 Bytes
Loading
832 Bytes
Loading

development/_modules/autoPyTorch/api/tabular_classification.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>autoPyTorch.api.tabular_classification &#8212; AutoPyTorch 0.1.0 documentation</title>
7+
<title>autoPyTorch.api.tabular_classification &#8212; AutoPyTorch 0.1.1 documentation</title>
88
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css" />
99
<link rel="stylesheet" type="text/css" href="../../../_static/bootstrap-sphinx.css" />
1010
<link rel="stylesheet" type="text/css" href="../../../_static/sg_gallery.css" />
@@ -54,7 +54,7 @@
5454
</button>
5555
<a class="navbar-brand" href="../../../index.html">
5656
Auto-PyTorch</a>
57-
<span class="navbar-text navbar-version pull-left"><b>0.1.0</b></span>
57+
<span class="navbar-text navbar-version pull-left"><b>0.1.1</b></span>
5858
</div>
5959

6060
<div class="collapse navbar-collapse nav-collapse">

development/_modules/autoPyTorch/api/tabular_regression.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>autoPyTorch.api.tabular_regression &#8212; AutoPyTorch 0.1.0 documentation</title>
7+
<title>autoPyTorch.api.tabular_regression &#8212; AutoPyTorch 0.1.1 documentation</title>
88
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css" />
99
<link rel="stylesheet" type="text/css" href="../../../_static/bootstrap-sphinx.css" />
1010
<link rel="stylesheet" type="text/css" href="../../../_static/sg_gallery.css" />
@@ -54,7 +54,7 @@
5454
</button>
5555
<a class="navbar-brand" href="../../../index.html">
5656
Auto-PyTorch</a>
57-
<span class="navbar-text navbar-version pull-left"><b>0.1.0</b></span>
57+
<span class="navbar-text navbar-version pull-left"><b>0.1.1</b></span>
5858
</div>
5959

6060
<div class="collapse navbar-collapse nav-collapse">

0 commit comments

Comments
 (0)