Rajmehta123
Rajmehta123
A very basic question. What is the logit score in the Squad pre-trained model? `[158.80136108398438]`  I know logit is a log of the odds. But how should I convert...
Hey @shashankvemuri . Amazing project, a lot of baseline features to be used in quant finance. I have some experience with quant and have developed a PPO DRL algorithm that...
The model worked fine for Netflix ticker but when I run for some other ticker, the model doesn't seem to learn. Or it learns with large errors. Can you try...
AssertionError if prediction window > 1. torch==1.4.0 ```` Traceback (most recent call last): File "", line 107, in run(vars(args)) File "", line 90, in run train_iter, test_iter, nb_features = ts.get_loaders(batch_size=config["batch_size"])...
This is an amazing project. Thanks for the input. I have made several improvements which I will commit in few days. Meanwhile, I was wondering how to increase the prediction...
### _`Question`_ @mandarjoshi90 @jkkummerfeld New to coreference resolution. Still exploring, learning the coreference output, and understanding the parameters. I tried finding several resources but could find an explanation for the...
This is an amazing project. Looks like the aws s3 is not updated. Is this project dead?
Hello. I followed the project. Thanks for the efforts. It covers a range of features. But the model file is missing. Really appreciate it if you could upload the model...
## Problem Description Not any coding error but just trying to understand the position csv (test_pos.tar.gz/test_pos.csv). The position is calculated by the present amount of assets in the portfolio by...
I have the returns, positions, and transactions for 30 trading days. It throws an error. But when I run the same for 60 trading days, it works fine. pyfolio.tears.create_full_tear_sheet(returns1, positions1,...