{"Description":"实验创建于2019/7/15","Summary":"","Graph":{"EdgesInternal":[{"DestinationInputPortId":"-2321:instruments","SourceOutputPortId":"-2109:data"},{"DestinationInputPortId":"-2321:features","SourceOutputPortId":"-2316:data"},{"DestinationInputPortId":"-2328:features","SourceOutputPortId":"-2316:data"},{"DestinationInputPortId":"-2328:input_data","SourceOutputPortId":"-2321:data"}],"ModuleNodes":[{"Id":"-2109","ModuleId":"BigQuantSpace.instruments.instruments-v2","ModuleParameters":[{"Name":"start_date","Value":"2010-01-01","ValueType":"Literal","LinkedGlobalParameter":null},{"Name":"end_date","Value":"2016-12-31","ValueType":"Literal","LinkedGlobalParameter":null},{"Name":"market","Value":"CN_STOCK_A","ValueType":"Literal","LinkedGlobalParameter":null},{"Name":"instrument_list","Value":"","ValueType":"Literal","LinkedGlobalParameter":null},{"Name":"max_count","Value":0,"ValueType":"Literal","LinkedGlobalParameter":null}],"InputPortsInternal":[{"DataSourceId":null,"TrainedModelId":null,"TransformModuleId":null,"Name":"rolling_conf","NodeId":"-2109"}],"OutputPortsInternal":[{"Name":"data","NodeId":"-2109","OutputType":null}],"UsePreviousResults":true,"moduleIdForCode":1,"Comment":"","CommentCollapsed":true},{"Id":"-2316","ModuleId":"BigQuantSpace.input_features.input_features-v1","ModuleParameters":[{"Name":"features","Value":"\n# #号开始的表示注释,注释需单独一行\n# 多个特征,每行一个,可以包含基础特征和衍生特征,特征须为本平台特征\nalpha1='+'.join(['close_{}*turn_{}'.format(k,k) for k in range(3)])\nalpha2='-'.join(['close_{}*turn_{}'.format(k,j) for k,j in zip(range(0,3),range(1,7,2))])\nalpha3='+'.join(['shift(close_0,{})/shift(close_0,{})-1'.format(k,j) for k,j in zip(range(0,66,22),range(22,88,22))])","ValueType":"Literal","LinkedGlobalParameter":null}],"InputPortsInternal":[{"DataSourceId":null,"TrainedModelId":null,"TransformModuleId":null,"Name":"features_ds","NodeId":"-2316"}],"OutputPortsInternal":[{"Name":"data","NodeId":"-2316","OutputType":null}],"UsePreviousResults":true,"moduleIdForCode":2,"Comment":"","CommentCollapsed":true},{"Id":"-2321","ModuleId":"BigQuantSpace.general_feature_extractor.general_feature_extractor-v7","ModuleParameters":[{"Name":"start_date","Value":"","ValueType":"Literal","LinkedGlobalParameter":null},{"Name":"end_date","Value":"","ValueType":"Literal","LinkedGlobalParameter":null},{"Name":"before_start_days","Value":"200","ValueType":"Literal","LinkedGlobalParameter":null}],"InputPortsInternal":[{"DataSourceId":null,"TrainedModelId":null,"TransformModuleId":null,"Name":"instruments","NodeId":"-2321"},{"DataSourceId":null,"TrainedModelId":null,"TransformModuleId":null,"Name":"features","NodeId":"-2321"}],"OutputPortsInternal":[{"Name":"data","NodeId":"-2321","OutputType":null}],"UsePreviousResults":true,"moduleIdForCode":3,"Comment":"","CommentCollapsed":true},{"Id":"-2328","ModuleId":"BigQuantSpace.derived_feature_extractor.derived_feature_extractor-v3","ModuleParameters":[{"Name":"date_col","Value":"date","ValueType":"Literal","LinkedGlobalParameter":null},{"Name":"instrument_col","Value":"instrument","ValueType":"Literal","LinkedGlobalParameter":null},{"Name":"drop_na","Value":"False","ValueType":"Literal","LinkedGlobalParameter":null},{"Name":"remove_extra_columns","Value":"False","ValueType":"Literal","LinkedGlobalParameter":null},{"Name":"user_functions","Value":"{}","ValueType":"Literal","LinkedGlobalParameter":null}],"InputPortsInternal":[{"DataSourceId":null,"TrainedModelId":null,"TransformModuleId":null,"Name":"input_data","NodeId":"-2328"},{"DataSourceId":null,"TrainedModelId":null,"TransformModuleId":null,"Name":"features","NodeId":"-2328"}],"OutputPortsInternal":[{"Name":"data","NodeId":"-2328","OutputType":null}],"UsePreviousResults":true,"moduleIdForCode":4,"Comment":"","CommentCollapsed":true}],"SerializedClientData":"<?xml version='1.0' encoding='utf-16'?><DataV1 xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'><Meta /><NodePositions><NodePosition Node='-2109' Position='383,170,200,200'/><NodePosition Node='-2316' Position='838,165,200,200'/><NodePosition Node='-2321' Position='600,306,200,200'/><NodePosition Node='-2328' Position='636.7109375,463.4323425292969,200,200'/></NodePositions><NodeGroups /></DataV1>"},"IsDraft":true,"ParentExperimentId":null,"WebService":{"IsWebServiceExperiment":false,"Inputs":[],"Outputs":[],"Parameters":[{"Name":"交易日期","Value":"","ParameterDefinition":{"Name":"交易日期","FriendlyName":"交易日期","DefaultValue":"","ParameterType":"String","HasDefaultValue":true,"IsOptional":true,"ParameterRules":[],"HasRules":false,"MarkupType":0,"CredentialDescriptor":null}}],"WebServiceGroupId":null,"SerializedClientData":"<?xml version='1.0' encoding='utf-16'?><DataV1 xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'><Meta /><NodePositions></NodePositions><NodeGroups /></DataV1>"},"DisableNodesUpdate":false,"Category":"user","Tags":[],"IsPartialRun":true}
[2019-07-15 10:15:52.164226] INFO: bigquant: instruments.v2 开始运行..
[2019-07-15 10:15:52.216280] INFO: bigquant: 命中缓存
[2019-07-15 10:15:52.221470] INFO: bigquant: instruments.v2 运行完成[0.057217s].
[2019-07-15 10:15:52.228019] INFO: bigquant: input_features.v1 开始运行..
[2019-07-15 10:15:52.290075] INFO: bigquant: 命中缓存
[2019-07-15 10:15:52.293288] INFO: bigquant: input_features.v1 运行完成[0.06526s].
[2019-07-15 10:15:52.381459] INFO: bigquant: general_feature_extractor.v7 开始运行..
[2019-07-15 10:15:53.532672] INFO: 基础特征抽取: 年份 2009, 特征行数=213944
[2019-07-15 10:15:54.505036] INFO: 基础特征抽取: 年份 2010, 特征行数=431567
[2019-07-15 10:15:55.737958] INFO: 基础特征抽取: 年份 2011, 特征行数=511455
[2019-07-15 10:15:57.235641] INFO: 基础特征抽取: 年份 2012, 特征行数=565675
[2019-07-15 10:15:58.607983] INFO: 基础特征抽取: 年份 2013, 特征行数=564168
[2019-07-15 10:16:00.048254] INFO: 基础特征抽取: 年份 2014, 特征行数=569948
[2019-07-15 10:16:01.781399] INFO: 基础特征抽取: 年份 2015, 特征行数=569698
[2019-07-15 10:16:03.253450] INFO: 基础特征抽取: 年份 2016, 特征行数=641546
[2019-07-15 10:16:03.570671] INFO: 基础特征抽取: 总行数: 4068001
[2019-07-15 10:16:03.583817] INFO: bigquant: general_feature_extractor.v7 运行完成[11.202368s].
[2019-07-15 10:16:03.589761] INFO: bigquant: derived_feature_extractor.v3 开始运行..
[2019-07-15 10:16:06.500452] INFO: derived_feature_extractor: 提取完成 alpha1=close_0*turn_0+close_1*turn_1+close_2*turn_2, 0.043s
[2019-07-15 10:16:06.539609] INFO: derived_feature_extractor: 提取完成 alpha2=close_0*turn_1-close_1*turn_3-close_2*turn_5, 0.036s
[2019-07-15 10:16:11.954975] INFO: derived_feature_extractor: 提取完成 alpha3=shift(close_0,0)/shift(close_0,22)-1+shift(close_0,22)/shift(close_0,44)-1+shift(close_0,44)/shift(close_0,66)-1, 5.412s
[2019-07-15 10:16:12.877111] INFO: derived_feature_extractor: /y_2009, 213944
[2019-07-15 10:16:13.136811] INFO: derived_feature_extractor: /y_2010, 431567
[2019-07-15 10:16:13.883000] INFO: derived_feature_extractor: /y_2011, 511455
[2019-07-15 10:16:14.455743] INFO: derived_feature_extractor: /y_2012, 565675
[2019-07-15 10:16:15.047998] INFO: derived_feature_extractor: /y_2013, 564168
[2019-07-15 10:16:15.670760] INFO: derived_feature_extractor: /y_2014, 569948
[2019-07-15 10:16:16.384204] INFO: derived_feature_extractor: /y_2015, 569698
[2019-07-15 10:16:17.132131] INFO: derived_feature_extractor: /y_2016, 641546
[2019-07-15 10:16:17.838109] INFO: bigquant: derived_feature_extractor.v3 运行完成[14.248337s].