mirror of
https://github.com/kennethreitz/coinbin.org.git
synced 2026-06-05 23:10:17 +00:00
btc for predictions (more interesting)
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
@@ -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> </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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user