Skip to content
New issue

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

Is tensorflow model available ? #15

Closed
Yablon opened this issue Sep 25, 2020 · 4 comments
Closed

Is tensorflow model available ? #15

Yablon opened this issue Sep 25, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@Yablon
Copy link

Yablon commented Sep 25, 2020

Examples show that pytorch models can be used in qlib.

I wonder is tensorflow models available in this framework?

@you-n-g
Copy link
Collaborator

you-n-g commented Sep 25, 2020

Qlib is not coupled with any machine learning tools (e.g. tensorflow pytorch)
It only provides interfaces. Any model implements the interfaces can be integrated into qlib.
Currently, we provide two exmaples written with lightgbm and pytorch. We will have more examples in the future.

Your PR is welcomed!

@you-n-g you-n-g added the enhancement New feature or request label Sep 25, 2020
@bxdd
Copy link
Collaborator

bxdd commented Oct 3, 2020

Hi, the TensorFlow models are not provided. We provide lightGBM and PyTorch DNN models as the baseline. If you want to use models with TensorFlow, you can integrate custom models into Qlib, please refer to the Integration document(https://qlib.readthedocs.io/en/latest/start/integration.html) for more details.

@Yablon
Copy link
Author

Yablon commented Oct 10, 2020

OK, Thank you.

@Yablon Yablon closed this as completed Oct 10, 2020
@you-n-g
Copy link
Collaborator

you-n-g commented Oct 10, 2020

@Yablon
We will keep issue open until we implement a tensorflow based model.
Thanks

@you-n-g you-n-g reopened this Oct 10, 2020
@you-n-g you-n-g closed this as completed Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants