|
<?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="72819ac5-9a78-4a8a-aab7-199c2790b503" name="Changes" comment="fix: Give temp file to read contents into dataframe"> |
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> |
|
<change beforePath="$PROJECT_DIR$/app.py" beforeDir="false" afterPath="$PROJECT_DIR$/app.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="ComposerSettings"> |
|
<execution /> |
|
</component> |
|
<component name="Git.Settings"> |
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> |
|
</component> |
|
<component name="MarkdownSettingsMigration"> |
|
<option name="stateVersion" value="1" /> |
|
</component> |
|
<component name="ProjectId" id="2TDHetankSPisemgNRZBEqcbHLu" /> |
|
<component name="ProjectViewState"> |
|
<option name="autoscrollFromSource" value="true" /> |
|
<option name="autoscrollToSource" value="true" /> |
|
<option name="hideEmptyMiddlePackages" value="true" /> |
|
<option name="showLibraryContents" value="true" /> |
|
</component> |
|
<component name="PropertiesComponent">{ |
|
"keyToString": { |
|
"RunOnceActivity.OpenProjectViewOnStart": "true", |
|
"RunOnceActivity.ShowReadmeOnStart": "true", |
|
"RunOnceActivity.laravel-idea.search-composer-json": "true", |
|
"WebServerToolWindowFactoryState": "false", |
|
"last_opened_file_path": "//wsl$/Ubuntu/home/zack/code/timeseries-anomaly-detection-autoencoders", |
|
"node.js.detected.package.eslint": "true", |
|
"node.js.detected.package.tslint": "true", |
|
"node.js.selected.package.eslint": "(autodetect)", |
|
"node.js.selected.package.tslint": "(autodetect)", |
|
"vue.rearranger.settings.migration": "true" |
|
} |
|
}</component> |
|
<component name="RecentsManager"> |
|
<key name="CopyFile.RECENT_KEYS"> |
|
<recent name="\\wsl$\Ubuntu\home\zack\code\timeseries-anomaly-detection-autoencoders" /> |
|
</key> |
|
<key name="MoveFile.RECENT_KEYS"> |
|
<recent name="\\wsl$\Ubuntu\home\zack\code\timeseries-anomaly-detection-autoencoders" /> |
|
</key> |
|
</component> |
|
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" /> |
|
<component name="TaskManager"> |
|
<task active="true" id="Default" summary="Default task"> |
|
<changelist id="72819ac5-9a78-4a8a-aab7-199c2790b503" name="Changes" comment="" /> |
|
<created>1690570831325</created> |
|
<option name="number" value="Default" /> |
|
<option name="presentableId" value="Default" /> |
|
<updated>1690570831325</updated> |
|
<workItem from="1690570831453" duration="3175000" /> |
|
<workItem from="1690584980736" duration="631000" /> |
|
<workItem from="1690595464187" duration="1660000" /> |
|
<workItem from="1690814760676" duration="6823000" /> |
|
</task> |
|
<task id="LOCAL-00001" summary="feat: Attempt to get time-series model to work with our data"> |
|
<option name="closed" value="true" /> |
|
<created>1690572412668</created> |
|
<option name="number" value="00001" /> |
|
<option name="presentableId" value="LOCAL-00001" /> |
|
<option name="project" value="LOCAL" /> |
|
<updated>1690572412668</updated> |
|
</task> |
|
<task id="LOCAL-00002" summary="feat: Add data cleaning method"> |
|
<option name="closed" value="true" /> |
|
<created>1690827240403</created> |
|
<option name="number" value="00002" /> |
|
<option name="presentableId" value="LOCAL-00002" /> |
|
<option name="project" value="LOCAL" /> |
|
<updated>1690827240403</updated> |
|
</task> |
|
<task id="LOCAL-00003" summary="feat: Add labor-hourly-short.csv"> |
|
<option name="closed" value="true" /> |
|
<created>1690827547457</created> |
|
<option name="number" value="00003" /> |
|
<option name="presentableId" value="LOCAL-00003" /> |
|
<option name="project" value="LOCAL" /> |
|
<updated>1690827547457</updated> |
|
</task> |
|
<task id="LOCAL-00004" summary="fix: Give temp file to read contents into dataframe"> |
|
<option name="closed" value="true" /> |
|
<created>1690828172670</created> |
|
<option name="number" value="00004" /> |
|
<option name="presentableId" value="LOCAL-00004" /> |
|
<option name="project" value="LOCAL" /> |
|
<updated>1690828172670</updated> |
|
</task> |
|
<option name="localTasksCounter" value="5" /> |
|
<servers /> |
|
</component> |
|
<component name="TypeScriptGeneratedFilesManager"> |
|
<option name="version" value="3" /> |
|
</component> |
|
<component name="Vcs.Log.Tabs.Properties"> |
|
<option name="TAB_STATES"> |
|
<map> |
|
<entry key="MAIN"> |
|
<value> |
|
<State /> |
|
</value> |
|
</entry> |
|
</map> |
|
</option> |
|
</component> |
|
<component name="VcsManagerConfiguration"> |
|
<MESSAGE value="feat: Attempt to get time-series model to work with our data" /> |
|
<MESSAGE value="feat: Add data cleaning method" /> |
|
<MESSAGE value="feat: Add labor-hourly-short.csv" /> |
|
<MESSAGE value="fix: Give temp file to read contents into dataframe" /> |
|
<option name="LAST_COMMIT_MESSAGE" value="fix: Give temp file to read contents into dataframe" /> |
|
</component> |
|
</project> |