Prakash Rai

Results 9 issues of Prakash Rai

Example: Executing ```python # This raises error with open('sample.txt') as f: data = f.read() ``` raises an error saying `error: missing argument 'sz'`. However, when the number of bytes to...

**Describe the bug** _type parameter is deprecated in `MoreLikeThis` query in the latest version of ES. I get the following deprecation warning after I query at `more_like_this` endpoint ``` {...

Basic Idea: Exposing DexiNed as an API service. Users should be able to make API calls with relevant arguments to mimic CLI operations. I am willing to work on this....

Add stock selector, portfolio optimiser and automatic trader.

Currently, only one day forecast is returned. Modify the method to return stocks for `n` number of days.

From the paper: > To better understand what sequence elements Enformer is utilizing when making predictions, we computed two different gene expression contribution scores — input gradients (gradient × input...

[Google Colaboratory](https://colab.research.google.com/notebook#fileId=/v2/external/notebooks/welcome.ipynb&forceEdit=true&sandboxMode=true) Colaboratory is a Google research project created to help disseminate machine learning education and research. It's a Jupyter notebook environment that requires no setup to use and runs...

I read the source code. You are taking `max_size` as a parameter, but where are you using it?