Don Wong

Results 13 issues of Don Wong

I found that majority implementations of stock prediction toke only one parameter as input, either 'Open' or 'Close' price. While I wonder if it is possible to combine 'Open' price...

enhancement
help wanted

这个项目scanfyu/zvt-tushare感觉没做完,我还是没懂怎么能加tushare provider上去,因为jq有些数据缺失,如果用tushare能补上去就好了。 之前也看了issues上面大概介绍了步骤,但还是说得有点浅,我想在zvt项目上直接加provider,而不是新的项目做patch。

### Description I test the following two methods, method_1 can show multiprocessing is involved for task dispatching. While in method_2, all tasks are involved in a single process, can anyone...

This run will take approximately 9.0 minutes url https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20yahoo.finance.quotes%20where%20symbol%20in%20(%22MSFT%22%2C%22PFE%22%2C%22BOX%22%2C%22MNST%22%2C%22LLY%22%2C%22AAPL%22%2C%22BBY%22%2C%22TSLA%22%2C%22WFG%22%2C%22AMZN%22%2C%22JNJ%22%2C%22NFLX%22%2C%22BIIB%22%2C%22GE%22%2C%22GILD%22%2C%22SHAK%22%2C%22VRTX%22%2C%22CMG%22)%0A%09%09&format=json&diagnostics=true&env=http%3A%2F%2Fdatatables.org%2Falltables.env&callback= No Stocks Found! stats None Traceback (most recent call last): File "test-news.py", line 40, in watch(credentials, ticks, properties, threshold, hourspast, sentences,...

After a little modification to the source code as to adapt to the Tensorflow 1.0, I found the following error: ValueError: Attempt to reuse RNNCell with a different variable scope...

**Describe the bug** A clear and concise description of what the bug is. In swarms.structs.agent.py: Agent Class, class member "all_gpus" is not declare in __init__, which leads to member function...

bug

``` import os import yaml from loguru import logger from langchain_core.language_models.chat_models import BaseChatModel from langchain_community.chat_models import ChatLiteLLMRouter import litellm litellm.set_verbose=True # NOTE: models with streaming=True will send tokens as they...

## Error ``` Traceback (most recent call last): File "/Users/huangdon/Documents/universe-platform/warehouse/plan_agent/main.py", line 77, in asyncio.run(main()) File "/Users/huangdon/miniconda3/envs/universe/lib/python3.11/asyncio/runners.py", line 190, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "/Users/huangdon/miniconda3/envs/universe/lib/python3.11/asyncio/runners.py", line 118, in run return...

## Error ``` raceback (most recent call last): File "/Users/huangdon/miniconda3/envs/universe/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 766, in __aexit__ if self._exceptions: ^^^^^^^^^^^^^^^^ AttributeError: 'TaskGroup' object has no attribute '_exceptions' During handling of the above exception,...

Thanks for the great work. I have successfully run the demo with the pdf file "DeepSeek_R1.pdf" as provided. When I dive into the RagResponse structure, I am not able find...