Closed urig closed 2 years ago
This PR implements the list_values(key) ParamStore method in InProcessParamStore.
list_values(key)
ParamStore
InProcessParamStore
Given a specific key, the method returns a list of its previous (and current) values across commits in the store.
The values are returned as a pandas DataFrame with these columns:
DataFrame
The list is sorted by the time of commit in ascending order.
1 files 1 suites 52s :stopwatch: 176 tests 172 :heavy_check_mark: 4 :zzz: 0 :x:
Results for commit b5cd94e6.
:recycle: This comment has been updated with latest results.
This PR implements the
list_values(key)
ParamStore
method inInProcessParamStore
.Given a specific key, the method returns a list of its previous (and current) values across commits in the store.
The values are returned as a pandas
DataFrame
with these columns:The list is sorted by the time of commit in ascending order.