* Rules DB * Changes for model selection between 5 algos * Removing model_name_version * Adding LGBM to requirements * Adding new data to Frontend
16 lines
414 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
} |