Arvindra Sehmi

Results 7 issues of Arvindra Sehmi

Hi - this library is very interesting and perusing and running the code I noticed that there's a possibility of the download period calculation going out of bounds, which throws...

bug

Hi, I have all other models working except for NER, which uses spaCy. `lexemes.bin` seems to be missing. I've used spaCy before, but not with an unpackaged model like this...

bug

Hi, I spent a lot of time with your workbook and made a few adjustments for my multivariate data sets. These are just comments rather than issues, but you may...

https://github.com/Corfucinas/crypto-candlesticks/blob/0b5e381e7e7789e945e5d7bea4849cf1795a7c72/src/crypto_candlesticks/database.py#L99-L100 Hi - Just wondering why Open and Close values are assigned as indexes 2 and 1 respectively, and not 1 and 2? The Bitfinex [API docs](https://docs.bitfinex.com/reference/rest-public-candles) shows that it...

Hi, Just wondering if you have an official library (non-interactive CLI) version of this application? I'd like to incorporate it in a Streamlit application. I have done some experiments a...

Hi, I documented feature requests here: https://discuss.streamlit.io/t/new-component-streamlit-tree-select-a-simple-and-elegant-checkbox-tree/30195/10 Thanks, Arvindra

Hi, The `tree_select` `checked` property doesn't cause the listed nodes to be visibly selected in the tree, nor expand the branches they are in (depending on the `expand_on_click` setting). Would...