dev590t
dev590t
The preprocessing is very slow in FinRL. The Nmba allow GPU parallelization with C speed for process array data. Some high speed trading framework like vectorbt use it. Is possible...
In backtesting, or asset selection, we need compare few portfolios. It is possible to use quantstats in this senario? Currently, quantstats can only make one report for one portfolio.
**I have checked existing issues and wiki** - [X] I could not find similar [issues](https://github.com/ta4j/ta4j/issues?utf8=%E2%9C%93&q=) - [X] I could not find a solution in the [wiki](https://ta4j.github.io/ta4j-wiki/) or [faq section](https://ta4j.github.io/ta4j-wiki/FAQ.html) **Describe...
I'm trying to integrate lsp-pyright with PDM python package manager and doom-emacs. But I fails to make pyright to use my PDM python interpreter. It still use my system interpreter....
Hello, I can't find the implementation of https://docs.github.com/en/rest/reference/search#search-code in the documentation page. Is this feature supported?
zio json can't generate encoder for nested case class: ``` case class A(v: Int) case class B(v: A) object B { implicit val encoder: JsonEncoder[B] = DeriveJsonEncoder.gen[B] // compilation fails...
`me.shadaj.scalapy.py.PythonException` don't give the stacktrace of the exception, the position where the exception is raise It could be difficult to debug in some case: ``` @ py"""f(a)""" me.shadaj.scalapy.py.PythonException: ('list',) me.shadaj.scalapy.interpreter.CPythonInterpreter$.$anonfun$throwErrorIfOccured$1(CPythonInterpreter.scala:310)...
It is possible to add a benchmark in the project to compare the performance of the last version of `SwiftVis2` with other data visualization project?
For instance, ``` org * NEXT read book ** DONE read chap 1 ** CNCL read chap 2 ** NEXT read chap 3 ``` If I decide to pause my...
## Reproduce the bug a pyproject.toml with only one dependency: ``` [tool.pyflow.dependencies] ccxt = "1.72.98" ``` run: ``` $ pyflow install opts Opt { subcmds: Install { packages: [], dev:...