kaleming

Results 5 issues of kaleming

Is it possible to represent two candlestick charts of different time-frame using mplfinance ? I see an example using bokeh from [this](https://kernc.github.io/backtesting.py/#example) repository. ![image](https://user-images.githubusercontent.com/51836477/120902777-979b8a80-c618-11eb-9f4a-c2c99147629d.png) The idea would be: - Choose...

enhancement

I am getting this error when I try to start my trainning on kaggle: ``` def gluon_train(df, num_batches_per_epoch, cardinality): estimator = DeepAREstimator( freq='D', prediction_length=30, context_length = 15, input_size=71, trainer=Trainer(epochs=50, device=device,...

I didn't find any example showing how to build a hierarchical tree table like this: ![tree5](https://user-images.githubusercontent.com/51836477/86877887-2bd63800-c0be-11ea-9aef-d87d4026d9f4.jpg) Is it a feature to be requested or do you guys already have this...

Hi, I noticed that traefik is used to provide load balancing between frontend and backend under the same domain served by different containers. I also noticed that on Vue dockerfile...

investigate

In order to run a container, I am following this approach: ``` [job-service-run "service-executed-on-new-container"] schedule = 0,20,40 * * * * image = ubuntu network = swarm_network command = touch...