Robert Martin
Robert Martin
Project looks cool, but I think it could be improved by some 'getting started' docs so that it's more user-friendly. Keep up the good work! Robert
Based on some feedback received and subsequent experiments, it seems that the data download is missing out a lot of tickers (and if it's missing out the SPY, there will...
Although I have written some unit tests, right now they really only check the datasets and some of the helper functions. I would much appreciate any help in testing this...
Loving the project. One thing that would really make this ideal for me is the ability to timestamp notes, either by default or with a `-t` flag. I realise this...
After exporting my ensemble and trying to fit the new base_learner to my data, I encountered the following error: ``` FutureWarning: Passing list-likes to .loc or [] with any missing...
Let me preface this feature request by saying that I absolutely love this project, and would be happy to contribute however I can. As implied by the title, I think...
Currently this has been tested on python 3.6 on macOS, but I have not yet had the chance to test on python 2 or Windows.
removed Robert's email from master
### Feature Request Langflow should support some kind of "optional" dependencies rather than importing everything. e.g. `pip install langflow[all]`, or `pip install langflow[base]`, or something like that. ### Motivation Langflow...
## Summary - fix typo in _validate_returns: DataFrame - fix typo in _make_weight_sum_constraint: provided - normalize whitespace in weight sum check comment ## Testing - `flake8`