btc for predictions (more interesting)

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-08-31 00:44:46 -04:00
parent 2d06fae078
commit 30a087370f
+4 -4
View File
@@ -76,15 +76,15 @@
<h2>Experimental (e.g. <em>fun</em>) Endpoints</h2>
<h3>Prediction of LBC Price (using <em>machine learning</em>)</h3>
<h3>Prediction of BTC Price (using <em>machine learning</em>)</h3>
<p>&nbsp;</p>
<a href="https://coinbin.org/lbc/forecast/graph">
<img src="/lbc/forecast/graph" alt="Graph of LBC prediction.">
<a href="https://coinbin.org/btc/forecast/graph">
<img src="/btc/forecast/graph" alt="Graph of BTC prediction.">
</a>
<p></p>
<code><strong>$ curl <a href="https://coinbin.org/lbc/forecast">https://coinbin.org/lbc/forecast</a></strong></code>
<code><strong>$ curl <a href="https://coinbin.org/btc/forecast">https://coinbin.org/btc/forecast</a></strong></code>
<pre>
{{ lbc_forecast.data.decode('utf-8') }} </pre>