Skip to content

Commit

Permalink
rebuild docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Weixuan committed Jun 15, 2020
1 parent c222365 commit d3af25e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/examples/index.html
Expand Up @@ -373,7 +373,7 @@ <h2 id="neural-network-classifier-using-tpot-nn">Neural network classifier using
verbosity=2, population_size=10, generations=10)
clf.fit(X_train, y_train)
print(clf.score(X_test, y_test))
tpot.export('tpot_nn_demo_pipeline.py')
clf.export('tpot_nn_demo_pipeline.py')
</code></pre>

<p>This example is somewhat trivial, but it should result in nearly 100% classification accuracy.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Expand Up @@ -213,5 +213,5 @@

<!--
MkDocs version : 1.0
Build Date UTC : 2020-06-05 16:36:05
Build Date UTC : 2020-06-15 16:39:14
-->
2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions docs/sitemap.xml
Expand Up @@ -2,52 +2,52 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://epistasislab.github.io/tpot/</loc>
<lastmod>2020-06-05</lastmod>
<lastmod>2020-06-15</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://epistasislab.github.io/tpot/installing/</loc>
<lastmod>2020-06-05</lastmod>
<lastmod>2020-06-15</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://epistasislab.github.io/tpot/using/</loc>
<lastmod>2020-06-05</lastmod>
<lastmod>2020-06-15</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://epistasislab.github.io/tpot/api/</loc>
<lastmod>2020-06-05</lastmod>
<lastmod>2020-06-15</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://epistasislab.github.io/tpot/examples/</loc>
<lastmod>2020-06-05</lastmod>
<lastmod>2020-06-15</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://epistasislab.github.io/tpot/contributing/</loc>
<lastmod>2020-06-05</lastmod>
<lastmod>2020-06-15</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://epistasislab.github.io/tpot/releases/</loc>
<lastmod>2020-06-05</lastmod>
<lastmod>2020-06-15</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://epistasislab.github.io/tpot/citing/</loc>
<lastmod>2020-06-05</lastmod>
<lastmod>2020-06-15</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://epistasislab.github.io/tpot/support/</loc>
<lastmod>2020-06-05</lastmod>
<lastmod>2020-06-15</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://epistasislab.github.io/tpot/related/</loc>
<lastmod>2020-06-05</lastmod>
<lastmod>2020-06-15</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified docs/sitemap.xml.gz
Binary file not shown.

0 comments on commit d3af25e

Please sign in to comment.