What is the most forecastable crypocurrency?

In this post, I will use interactive time series instance space visualizations as data exploration tools to try and find interesting trends among many different cryptocurrencies

Cryptocurrency time series feature extraction /*! * * Twitter Bootstrap * */ /*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html {... [Read More]

Modern Univariate Time Series Forecasting in python with Dask

In this post, I will demonstrate how you can easily parallelize any forecasting function in python using Dask

Parallel_ts_fc_Dask /*! * * Twitter Bootstrap * */ /*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; -ms-text-size-adjust: 100%;... [Read More]

Using jupyter notebooks with plotly graphs in a jekyll blog

This post will walk you through how you can render plotly graphs inside your jekyll blog using jupyter notebook

2018-04-29-PlotlyBloggingTutorial /*! * * Twitter Bootstrap * */ /*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; -ms-text-size-adjust: 100%;... [Read More]