Files
upo-ml/.vscode/launch.json
Berack96 969338196b LogisticRegression
- implemented LR
- changed classes tree
2024-04-28 19:32:43 +02:00

15 lines
468 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: App",
"type": "debugpy",
"request": "launch",
"program": "src\\app.py",
"console": "integratedTerminal"
}
]
}