We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我之前在py3.8下运行qlib都没有问题,但是在py3.10下发现数据提取速度很慢,远远慢于py3.8下。比如df = D.features( stock_codes, ['$close', '$volume'], start_time=start_time, end_time=end_time ),就这样一个简单的语句,我在两个环境下,都在config.py中将NUM_USABLE_CPU 设置为60,但是速度就是差异非常非常大!请大佬们指导下
The text was updated successfully, but these errors were encountered:
No branches or pull requests
❓ Questions and Help
我之前在py3.8下运行qlib都没有问题,但是在py3.10下发现数据提取速度很慢,远远慢于py3.8下。比如df = D.features(
stock_codes,
['$close', '$volume'],
start_time=start_time,
end_time=end_time
),就这样一个简单的语句,我在两个环境下,都在config.py中将NUM_USABLE_CPU 设置为60,但是速度就是差异非常非常大!请大佬们指导下
The text was updated successfully, but these errors were encountered: