Ouroboros Chrysopoeia
Ouroboros Chrysopoeia
@nv-pipo I would just add it to the original comment of this issue itself, also including code to replicate it.
Given that `fire` is seemingly dead and this bug really harms the displayed help, I figure it's wise to move away from `fire`. Any decent LLM, e.g. `gpt-4o`, can replace...
Well, at least I think it's free, and it doesn't require setting up a local GPU, both of which are pluses. I haven't used it too much yet though.
Currently the package returns a single value. As a user, the interface we need is where the input is an OHLC matrix (four columns), and the output is a Bid...
I got this working with Pandas with a rolling window: ```python from typing import Optional import bidask import pandas as pd _WINDOW_DEFAULT = 5 # Note: Lower value of 3...
> At the minimum, you should use the average of the high and low prices as the reference price to round by half the spread (i.e., your source parameter). To...
This works: ``` [tool.rye] universal = true ```
Acknowledged. Thanks. I don't immediately have capacity to work on any feature change for this repo, but I expect to do it as soon as I have capacity.
A good tutorial video will actually help with user adoption. Anyway, even if you don't immediately make a video, please see this recent Google AI Blog post on [Fluid Annotation](https://ai.googleblog.com/2018/10/fluid-annotation-exploratory-machine.html)...