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
After changing market from default "csi300" to other specific code like market = ["SH600519"] in example tutorial workflow_by_code.ipynb
workflow_by_code.ipynb
I got 0 loss in model.fit(dataset)
After debug, I find that the output of y["LABEL0"] in
https://github.com/microsoft/qlib/blob/f2caf452e95348ea0ab986dbdc88f2dd96751835/qlib/contrib/model/gbdt.py#L40C1-L41C1
are all NAN
and using default ”csi300“ is work fine with
So how do i do model fit in such specific stock id,rather than sci300?
I'd appreciate it if someone can tell me Why is that happen and how to solve it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
❓ Questions and Help
After changing market from default "csi300" to other specific code like market = ["SH600519"] in example tutorial
workflow_by_code.ipynb
I got 0 loss in model.fit(dataset)
After debug, I find that the output of y["LABEL0"] in
https://github.com/microsoft/qlib/blob/f2caf452e95348ea0ab986dbdc88f2dd96751835/qlib/contrib/model/gbdt.py#L40C1-L41C1
are all NAN
and using default ”csi300“ is work fine with
So how do i do model fit in such specific stock id,rather than sci300?
I'd appreciate it if someone can tell me Why is that happen and how to solve it?
The text was updated successfully, but these errors were encountered: