Skip to content

Commit

Permalink
Merge pull request #1037 from weixuanfu/fix_link
Browse files Browse the repository at this point in the history
Fix an error in API docs
  • Loading branch information
weixuanfu authored Mar 31, 2020
2 parents 8123368 + 41758fb commit 6501157
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ <h1 id="regression">Regression</h1>
<div style="padding-left:5%" width="100%">
Returns the optimized pipeline's score on the given testing data using the user-specified scoring function.
<br /><br />
The default scoring function for TPOTClassifier is 'mean_squared_error'.
The default scoring function for TPOTRegressor is 'mean_squared_error'.
<br /><br />
<table width="100%">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,5 +213,5 @@

<!--
MkDocs version : 0.17.2
Build Date UTC : 2020-03-29 13:34:45
Build Date UTC : 2020-03-31 12:31:20
-->
4 changes: 2 additions & 2 deletions docs/search/search_index.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,79 +4,79 @@

<url>
<loc>http://epistasislab.github.io/tpot/</loc>
<lastmod>2020-03-29</lastmod>
<lastmod>2020-03-31</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>http://epistasislab.github.io/tpot/installing/</loc>
<lastmod>2020-03-29</lastmod>
<lastmod>2020-03-31</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>http://epistasislab.github.io/tpot/using/</loc>
<lastmod>2020-03-29</lastmod>
<lastmod>2020-03-31</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>http://epistasislab.github.io/tpot/api/</loc>
<lastmod>2020-03-29</lastmod>
<lastmod>2020-03-31</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>http://epistasislab.github.io/tpot/examples/</loc>
<lastmod>2020-03-29</lastmod>
<lastmod>2020-03-31</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>http://epistasislab.github.io/tpot/contributing/</loc>
<lastmod>2020-03-29</lastmod>
<lastmod>2020-03-31</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>http://epistasislab.github.io/tpot/releases/</loc>
<lastmod>2020-03-29</lastmod>
<lastmod>2020-03-31</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>http://epistasislab.github.io/tpot/citing/</loc>
<lastmod>2020-03-29</lastmod>
<lastmod>2020-03-31</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>http://epistasislab.github.io/tpot/support/</loc>
<lastmod>2020-03-29</lastmod>
<lastmod>2020-03-31</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>http://epistasislab.github.io/tpot/related/</loc>
<lastmod>2020-03-29</lastmod>
<lastmod>2020-03-31</lastmod>
<changefreq>daily</changefreq>
</url>

Expand Down
2 changes: 1 addition & 1 deletion docs_sources/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ score(testing_features, testing_target)
<div style="padding-left:5%" width="100%">
Returns the optimized pipeline's score on the given testing data using the user-specified scoring function.
<br /><br />
The default scoring function for TPOTClassifier is 'mean_squared_error'.
The default scoring function for TPOTRegressor is 'mean_squared_error'.
<br /><br />
<table width="100%">
<tr>
Expand Down

0 comments on commit 6501157

Please sign in to comment.