-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Labels
Description
The order_normal.pkl seems like won't save the deal price,
so when I want to analyze the effects of each order, I need to use D.features to fetch the deal price,
but qrun seems like won't save the provider uri to the recorder folder. So I won't know which market it is(cause I stored several stock markets' data).
I was thinking that maybe there is two solutions.
- when we use qrun, we could copy the config yaml file to the mlruns' artifacts folder. Thus we could know the provider uri and all the other information from the yaml file.
- save deal price of each order directly.
Reactions are currently unavailable