|
@@ -0,0 +1,341 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<project version="4">
|
|
|
+ <component name="AutoImportSettings">
|
|
|
+ <option name="autoReloadType" value="SELECTIVE" />
|
|
|
+ </component>
|
|
|
+ <component name="ChangeListManager">
|
|
|
+ <list default="true" id="03b32494-2264-4bfc-811a-22f732290233" name="更改" comment="">
|
|
|
+ <change beforePath="$PROJECT_DIR$/common/database_dml.py" beforeDir="false" afterPath="$PROJECT_DIR$/common/database_dml.py" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/data_processing/data_operation/data_handler.py" beforeDir="false" afterPath="$PROJECT_DIR$/data_processing/data_operation/data_handler.py" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/models_processing/model_koi/bp.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/models_processing/model_koi/bp.yaml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/models_processing/model_koi/nn_bp.py" beforeDir="false" afterPath="$PROJECT_DIR$/models_processing/model_koi/nn_bp.py" afterDir="false" />
|
|
|
+ </list>
|
|
|
+ <option name="SHOW_DIALOG" value="false" />
|
|
|
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
|
+ <option name="LAST_RESOLUTION" value="IGNORE" />
|
|
|
+ </component>
|
|
|
+ <component name="FileTemplateManagerImpl">
|
|
|
+ <option name="RECENT_TEMPLATES">
|
|
|
+ <list>
|
|
|
+ <option value="Python Script" />
|
|
|
+ </list>
|
|
|
+ </option>
|
|
|
+ </component>
|
|
|
+ <component name="Git.Settings">
|
|
|
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
|
+ </component>
|
|
|
+ <component name="ProjectColorInfo">{
|
|
|
+ "associatedIndex": 2
|
|
|
+}</component>
|
|
|
+ <component name="ProjectId" id="2phKrzXJWWjlWuJkM2S9yOlofMP" />
|
|
|
+ <component name="ProjectViewState">
|
|
|
+ <option name="hideEmptyMiddlePackages" value="true" />
|
|
|
+ <option name="showLibraryContents" value="true" />
|
|
|
+ </component>
|
|
|
+ <component name="PropertiesComponent"><![CDATA[{
|
|
|
+ "keyToString": {
|
|
|
+ "Python.data_nwp_ftp.executor": "Run",
|
|
|
+ "Python.logs.executor": "Debug",
|
|
|
+ "Python.nn_bp.executor": "Debug",
|
|
|
+ "Python.pre_data_ftp.executor": "Debug",
|
|
|
+ "Python.run_all.executor": "Run",
|
|
|
+ "Python.test.executor": "Debug",
|
|
|
+ "RunOnceActivity.ShowReadmeOnStart": "true",
|
|
|
+ "git-widget-placeholder": "dev__david",
|
|
|
+ "last_opened_file_path": "E:/treasure/ipfcst-forecast-wind3-tf1",
|
|
|
+ "settings.editor.selected.configurable": "com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable"
|
|
|
+ }
|
|
|
+}]]></component>
|
|
|
+ <component name="RecentsManager">
|
|
|
+ <key name="CopyFile.RECENT_KEYS">
|
|
|
+ <recent name="E:\algorithm_platform\models_processing\model_koi" />
|
|
|
+ <recent name="E:\algorithm_platform\common" />
|
|
|
+ <recent name="E:\algorithm_platform\models_processing\losses" />
|
|
|
+ <recent name="E:\algorithm_platform\pre_evaluation" />
|
|
|
+ <recent name="E:\algorithm_platform\evaluation" />
|
|
|
+ </key>
|
|
|
+ <key name="MoveFile.RECENT_KEYS">
|
|
|
+ <recent name="E:\algorithm_platform\data_processing\data_operation" />
|
|
|
+ <recent name="E:\algorithm_platform\data_processing" />
|
|
|
+ <recent name="E:\algorithm_platform\models_sklearn" />
|
|
|
+ <recent name="E:\algorithm_platform\evaluation_processing" />
|
|
|
+ <recent name="E:\algorithm_platform\data_processing\processing_limit_power" />
|
|
|
+ </key>
|
|
|
+ </component>
|
|
|
+ <component name="RunManager" selected="Python.nn_bp">
|
|
|
+ <configuration name="data_nwp_ftp" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
|
|
|
+ <module name="algorithm_platform" />
|
|
|
+ <option name="ENV_FILES" value="" />
|
|
|
+ <option name="INTERPRETER_OPTIONS" value="" />
|
|
|
+ <option name="PARENT_ENVS" value="true" />
|
|
|
+ <envs>
|
|
|
+ <env name="PYTHONUNBUFFERED" value="1" />
|
|
|
+ </envs>
|
|
|
+ <option name="SDK_HOME" value="" />
|
|
|
+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/data_processing/data_operation" />
|
|
|
+ <option name="IS_MODULE_SDK" value="true" />
|
|
|
+ <option name="ADD_CONTENT_ROOTS" value="true" />
|
|
|
+ <option name="ADD_SOURCE_ROOTS" value="true" />
|
|
|
+ <option name="SCRIPT_NAME" value="$PROJECT_DIR$/data_processing/data_operation/data_nwp_ftp.py" />
|
|
|
+ <option name="PARAMETERS" value="" />
|
|
|
+ <option name="SHOW_COMMAND_LINE" value="false" />
|
|
|
+ <option name="EMULATE_TERMINAL" value="false" />
|
|
|
+ <option name="MODULE_MODE" value="false" />
|
|
|
+ <option name="REDIRECT_INPUT" value="false" />
|
|
|
+ <option name="INPUT_FILE" value="" />
|
|
|
+ <method v="2" />
|
|
|
+ </configuration>
|
|
|
+ <configuration name="nn_bp" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
|
|
|
+ <module name="algorithm_platform" />
|
|
|
+ <option name="ENV_FILES" value="" />
|
|
|
+ <option name="INTERPRETER_OPTIONS" value="" />
|
|
|
+ <option name="PARENT_ENVS" value="true" />
|
|
|
+ <envs>
|
|
|
+ <env name="PYTHONUNBUFFERED" value="1" />
|
|
|
+ </envs>
|
|
|
+ <option name="SDK_HOME" value="" />
|
|
|
+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/models_processing/model_koi" />
|
|
|
+ <option name="IS_MODULE_SDK" value="true" />
|
|
|
+ <option name="ADD_CONTENT_ROOTS" value="true" />
|
|
|
+ <option name="ADD_SOURCE_ROOTS" value="true" />
|
|
|
+ <option name="SCRIPT_NAME" value="$PROJECT_DIR$/models_processing/model_koi/nn_bp.py" />
|
|
|
+ <option name="PARAMETERS" value="" />
|
|
|
+ <option name="SHOW_COMMAND_LINE" value="false" />
|
|
|
+ <option name="EMULATE_TERMINAL" value="false" />
|
|
|
+ <option name="MODULE_MODE" value="false" />
|
|
|
+ <option name="REDIRECT_INPUT" value="false" />
|
|
|
+ <option name="INPUT_FILE" value="" />
|
|
|
+ <method v="2" />
|
|
|
+ </configuration>
|
|
|
+ <configuration name="pre_data_ftp" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
|
|
|
+ <module name="algorithm_platform" />
|
|
|
+ <option name="ENV_FILES" value="" />
|
|
|
+ <option name="INTERPRETER_OPTIONS" value="" />
|
|
|
+ <option name="PARENT_ENVS" value="true" />
|
|
|
+ <envs>
|
|
|
+ <env name="PYTHONUNBUFFERED" value="1" />
|
|
|
+ </envs>
|
|
|
+ <option name="SDK_HOME" value="" />
|
|
|
+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/data_processing/data_operation" />
|
|
|
+ <option name="IS_MODULE_SDK" value="true" />
|
|
|
+ <option name="ADD_CONTENT_ROOTS" value="true" />
|
|
|
+ <option name="ADD_SOURCE_ROOTS" value="true" />
|
|
|
+ <option name="SCRIPT_NAME" value="$PROJECT_DIR$/data_processing/data_operation/pre_data_ftp.py" />
|
|
|
+ <option name="PARAMETERS" value="" />
|
|
|
+ <option name="SHOW_COMMAND_LINE" value="false" />
|
|
|
+ <option name="EMULATE_TERMINAL" value="false" />
|
|
|
+ <option name="MODULE_MODE" value="false" />
|
|
|
+ <option name="REDIRECT_INPUT" value="false" />
|
|
|
+ <option name="INPUT_FILE" value="" />
|
|
|
+ <method v="2" />
|
|
|
+ </configuration>
|
|
|
+ <configuration name="run_all" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
|
|
|
+ <module name="algorithm_platform" />
|
|
|
+ <option name="ENV_FILES" value="" />
|
|
|
+ <option name="INTERPRETER_OPTIONS" value="" />
|
|
|
+ <option name="PARENT_ENVS" value="true" />
|
|
|
+ <envs>
|
|
|
+ <env name="PYTHONUNBUFFERED" value="1" />
|
|
|
+ </envs>
|
|
|
+ <option name="SDK_HOME" value="" />
|
|
|
+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
|
|
|
+ <option name="IS_MODULE_SDK" value="true" />
|
|
|
+ <option name="ADD_CONTENT_ROOTS" value="true" />
|
|
|
+ <option name="ADD_SOURCE_ROOTS" value="true" />
|
|
|
+ <option name="SCRIPT_NAME" value="$PROJECT_DIR$/run_all.py" />
|
|
|
+ <option name="PARAMETERS" value="" />
|
|
|
+ <option name="SHOW_COMMAND_LINE" value="false" />
|
|
|
+ <option name="EMULATE_TERMINAL" value="false" />
|
|
|
+ <option name="MODULE_MODE" value="false" />
|
|
|
+ <option name="REDIRECT_INPUT" value="false" />
|
|
|
+ <option name="INPUT_FILE" value="" />
|
|
|
+ <method v="2" />
|
|
|
+ </configuration>
|
|
|
+ <configuration name="test" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
|
|
|
+ <module name="algorithm_platform" />
|
|
|
+ <option name="ENV_FILES" value="" />
|
|
|
+ <option name="INTERPRETER_OPTIONS" value="" />
|
|
|
+ <option name="PARENT_ENVS" value="true" />
|
|
|
+ <envs>
|
|
|
+ <env name="PYTHONUNBUFFERED" value="1" />
|
|
|
+ </envs>
|
|
|
+ <option name="SDK_HOME" value="" />
|
|
|
+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/models_processing/model_koi" />
|
|
|
+ <option name="IS_MODULE_SDK" value="true" />
|
|
|
+ <option name="ADD_CONTENT_ROOTS" value="true" />
|
|
|
+ <option name="ADD_SOURCE_ROOTS" value="true" />
|
|
|
+ <option name="SCRIPT_NAME" value="$PROJECT_DIR$/models_processing/model_koi/test.py" />
|
|
|
+ <option name="PARAMETERS" value="" />
|
|
|
+ <option name="SHOW_COMMAND_LINE" value="false" />
|
|
|
+ <option name="EMULATE_TERMINAL" value="false" />
|
|
|
+ <option name="MODULE_MODE" value="false" />
|
|
|
+ <option name="REDIRECT_INPUT" value="false" />
|
|
|
+ <option name="INPUT_FILE" value="" />
|
|
|
+ <method v="2" />
|
|
|
+ </configuration>
|
|
|
+ <recent_temporary>
|
|
|
+ <list>
|
|
|
+ <item itemvalue="Python.nn_bp" />
|
|
|
+ <item itemvalue="Python.test" />
|
|
|
+ <item itemvalue="Python.pre_data_ftp" />
|
|
|
+ <item itemvalue="Python.data_nwp_ftp" />
|
|
|
+ <item itemvalue="Python.run_all" />
|
|
|
+ </list>
|
|
|
+ </recent_temporary>
|
|
|
+ </component>
|
|
|
+ <component name="SharedIndexes">
|
|
|
+ <attachedChunks>
|
|
|
+ <set>
|
|
|
+ <option value="bundled-python-sdk-d7ad00fb9fc3-c546a90a8094-com.jetbrains.pycharm.community.sharedIndexes.bundled-PC-242.23726.102" />
|
|
|
+ </set>
|
|
|
+ </attachedChunks>
|
|
|
+ </component>
|
|
|
+ <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="应用程序级" UseSingleDictionary="true" transferred="true" />
|
|
|
+ <component name="TaskManager">
|
|
|
+ <task active="true" id="Default" summary="默认任务">
|
|
|
+ <changelist id="03b32494-2264-4bfc-811a-22f732290233" name="更改" comment="" />
|
|
|
+ <created>1733213069535</created>
|
|
|
+ <option name="number" value="Default" />
|
|
|
+ <option name="presentableId" value="Default" />
|
|
|
+ <updated>1733213069535</updated>
|
|
|
+ </task>
|
|
|
+ <servers />
|
|
|
+ </component>
|
|
|
+ <component name="XDebuggerManager">
|
|
|
+ <breakpoint-manager>
|
|
|
+ <breakpoints>
|
|
|
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
|
+ <url>file://$PROJECT_DIR$/data_processing/data_operation/data_nwp_ftp.py</url>
|
|
|
+ <line>117</line>
|
|
|
+ <option name="timeStamp" value="105" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
|
+ <url>file://$PROJECT_DIR$/data_processing/data_operation/data_nwp_ftp.py</url>
|
|
|
+ <line>131</line>
|
|
|
+ <option name="timeStamp" value="106" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
|
+ <url>file://$PROJECT_DIR$/data_processing/data_operation/data_nwp_ftp.py</url>
|
|
|
+ <line>134</line>
|
|
|
+ <option name="timeStamp" value="108" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
|
+ <url>file://$PROJECT_DIR$/data_processing/data_operation/data_nwp_ftp.py</url>
|
|
|
+ <line>137</line>
|
|
|
+ <option name="timeStamp" value="109" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
|
+ <url>file://$PROJECT_DIR$/data_processing/data_operation/data_nwp_ftp.py</url>
|
|
|
+ <line>135</line>
|
|
|
+ <option name="timeStamp" value="111" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
|
+ <url>file://$PROJECT_DIR$/data_processing/data_operation/data_nwp_ftp.py</url>
|
|
|
+ <line>144</line>
|
|
|
+ <option name="timeStamp" value="112" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
|
+ <url>file://$PROJECT_DIR$/data_processing/data_operation/data_nwp_ftp.py</url>
|
|
|
+ <line>145</line>
|
|
|
+ <option name="timeStamp" value="113" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
|
+ <url>file://$PROJECT_DIR$/data_processing/data_operation/data_nwp_ftp.py</url>
|
|
|
+ <line>146</line>
|
|
|
+ <option name="timeStamp" value="114" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
|
+ <url>file://$PROJECT_DIR$/data_processing/data_operation/data_nwp_ftp.py</url>
|
|
|
+ <line>171</line>
|
|
|
+ <option name="timeStamp" value="115" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
|
+ <url>file://$PROJECT_DIR$/data_processing/data_operation/data_nwp_ftp.py</url>
|
|
|
+ <line>164</line>
|
|
|
+ <option name="timeStamp" value="116" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
|
+ <url>file://$PROJECT_DIR$/data_processing/data_operation/data_nwp_ftp.py</url>
|
|
|
+ <line>167</line>
|
|
|
+ <option name="timeStamp" value="117" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
|
+ <url>file://$PROJECT_DIR$/data_processing/data_operation/data_nwp_ftp.py</url>
|
|
|
+ <line>159</line>
|
|
|
+ <option name="timeStamp" value="119" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
|
+ <url>file://$PROJECT_DIR$/data_processing/data_operation/data_nwp_ftp.py</url>
|
|
|
+ <line>161</line>
|
|
|
+ <option name="timeStamp" value="120" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
|
+ <url>file://$PROJECT_DIR$/data_processing/data_operation/data_nwp_ftp.py</url>
|
|
|
+ <line>162</line>
|
|
|
+ <option name="timeStamp" value="121" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
|
+ <url>file://$PROJECT_DIR$/data_processing/data_operation/data_nwp_ftp.py</url>
|
|
|
+ <line>166</line>
|
|
|
+ <option name="timeStamp" value="122" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
|
+ <url>file://$PROJECT_DIR$/data_processing/data_operation/data_nwp_ftp.py</url>
|
|
|
+ <line>181</line>
|
|
|
+ <option name="timeStamp" value="123" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
|
+ <url>file://$PROJECT_DIR$/models_processing/model_koi/nn_bp.py</url>
|
|
|
+ <line>226</line>
|
|
|
+ <option name="timeStamp" value="126" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
|
+ <url>file://$PROJECT_DIR$/models_processing/model_koi/nn_bp.py</url>
|
|
|
+ <line>227</line>
|
|
|
+ <option name="timeStamp" value="127" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
|
+ <url>file://$PROJECT_DIR$/models_processing/model_koi/nn_bp.py</url>
|
|
|
+ <line>228</line>
|
|
|
+ <option name="timeStamp" value="128" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
|
+ <url>file://$PROJECT_DIR$/models_processing/model_koi/nn_bp.py</url>
|
|
|
+ <line>230</line>
|
|
|
+ <option name="timeStamp" value="129" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
|
+ <url>file://$PROJECT_DIR$/models_processing/model_koi/nn_bp.py</url>
|
|
|
+ <line>232</line>
|
|
|
+ <option name="timeStamp" value="130" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
|
+ <url>file://$PROJECT_DIR$/models_processing/model_koi/nn_bp.py</url>
|
|
|
+ <line>233</line>
|
|
|
+ <option name="timeStamp" value="131" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
|
+ <url>file://$PROJECT_DIR$/models_processing/model_koi/nn_bp.py</url>
|
|
|
+ <line>234</line>
|
|
|
+ <option name="timeStamp" value="132" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
|
+ <url>file://$PROJECT_DIR$/models_processing/model_koi/nn_bp.py</url>
|
|
|
+ <line>235</line>
|
|
|
+ <option name="timeStamp" value="133" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
|
+ <url>file://$PROJECT_DIR$/models_processing/model_koi/nn_bp.py</url>
|
|
|
+ <line>236</line>
|
|
|
+ <option name="timeStamp" value="134" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
|
+ <url>file://$PROJECT_DIR$/models_processing/model_koi/nn_bp.py</url>
|
|
|
+ <line>43</line>
|
|
|
+ <option name="timeStamp" value="136" />
|
|
|
+ </line-breakpoint>
|
|
|
+ </breakpoints>
|
|
|
+ </breakpoint-manager>
|
|
|
+ </component>
|
|
|
+</project>
|