Yaser Martinez Palenzuela
Yaser Martinez Palenzuela
I switch constantly between Linux, Windows, OS X laptops/servers and I sync my projects using Dropbox. As a result the env folder is synced and this causes two inconveniences: 1-I...
It would be great to have a a short section on project goals/philosophy and how it differs from existing libraries like quantopian/zipline, QuantLib, etc.
Great project!. A feature suggestion/request: [cctx](https://github.com/ccxt/ccxt) already standardizes data from many exchanges. Would be great to be able to use that data in order to have access to instruments supported...
It would be great to have an example on how to keep a full order book from updates. [Related gateio example ](https://github.com/gateio/gatews/blob/master/python/examples/local_order_book.py)
It seems like only files with supported parsers are parsed https://github.com/jerryjliu/gpt_index/blob/e5605c171331f29ef3dc00cc21d2149eaed0af05/gpt_index/readers/github_readers/github_repository_reader.py#L322 It would be great to be able to index source code too
At the moment it only works for Clojure Previously discussed here: https://github.com/LightTable/LightTable/issues/482
What would be the easiest way / best starting point to test a new classifier using the same testing procedure/datasets as in the paper?
Great library. There is feature though that is stopping me from using it and that is support for something like the `penalty.factor` in glmnet.
Hi, thanks a lot for the library! I am trying to use the subscriber example and being new to websub I am a bit lost on what the different urls...