Lor

Results 41 comments of Lor

it has never crashed it just worked without using the gpu even if i set "@ray.remote(num_cpus=1, num_gpus=1)" , i just noticed that i had a newer version of ray thats...

@ranaroussi qs.stats.sharpe() works fine but i cant make a full report probably due to "drawdown" ``` ValueError Traceback (most recent call last) in 5 returns = net_worth.pct_change().iloc[1:] 6 returns.iloc[3] =...

neuroevolution with novelty-search. https://imgur.com/a/gQSyhiO from the code and this result i really dont understand how the fitness is calculated. are the predict selling/buying points on their own? or they are...

@andrewcztrack @he-ritter I’m wondering if you managed to compare it to other forecasting models

its written in train.py

they are totally different machine learning algos, this is used for reinforcement learning, poker-learn uses "common" regression

colab disconnect ip using too resources. dont use a vpn they are already blacklisted which result in almost instantly disconnection if you train something.

@bighuang624 i followed this: https://www.kaggle.com/kirichenko17roman/dsanet-approach#New-confirmed-cases-prediction using the last version of pytorch_lightning return the error of this issue but with 0.7.3 its working. also the kaggle version use the a gpu...

i get: ImportError: cannot import name 'lmap' from 'pandas.compat' (/home/klop/.local/lib/python3.7/site-packages/pandas/compat/__init__.py) and i cant install pandas 0.22 which should fix it. anyway idea?

could you provide the preTrained?