MCPcopy Index your code
hub / github.com/microsoft/qlib / parse_fields

Method parse_fields

qlib/data/data.py:543–545  ·  view source on GitHub ↗
(fields)

Source from the content-addressed store, hash-verified

541
542 @staticmethod
543 def parse_fields(fields):
544 # parse and check the input fields
545 return [ExpressionD.get_expression_instance(f) for f in fields]
546
547 @staticmethod
548 def dataset_processor(instruments_d, column_names, start_time, end_time, freq, inst_processors=[]):

Callers 1

guess_horizonFunction · 0.80

Calls 1

Tested by

no test coverage detected