Files
thesillyhome-container-home…/.devcontainer.json
lcmchris dbd2b458f5 Model selection (#17)
* Rules DB

* Changes for model selection between 5 algos

* Removing model_name_version

* Adding LGBM to requirements

* Adding new data to Frontend
2022-08-05 12:11:08 +01:00

16 lines
414 B
JSON

{
"name": "thesillyhome",
"dockerComposeFile": "docker-compose-dev.yml",
"service": "thesillyhome",
"workspaceFolder": "/thesillyhome_src",
"shutdownAction": "stopCompose",
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"njpwerner.autodocstring",
"svelte.svelte-vscode"
]
}
}
}