https://github.com/jesse-sealand/vscode-mflow
Visual Studio Code MLFlow extension.
https://github.com/jesse-sealand/vscode-mflow
javascript mlflow typescript vscode-extension
Last synced: about 2 months ago
JSON representation
Visual Studio Code MLFlow extension.
- Host: GitHub
- URL: https://github.com/jesse-sealand/vscode-mflow
- Owner: jesse-sealand
- Created: 2025-04-05T15:38:08.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-05T17:11:24.000Z (about 2 months ago)
- Last Synced: 2025-04-05T17:21:44.854Z (about 2 months ago)
- Topics: javascript, mlflow, typescript, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# MLFlow extension for Visual Studio Code
This extension is designed to help developers simplify the use of MLFlow with their development process.
## Features
- **Launch MLFlow Server from with VS Code**:
- **Customize and Save MLFLow Server settings**:
## Requirements
If you have any requirements or dependencies, add a section describing those and how to install and configure them.
## Extension Settings
The following Visual Studio Code settings are available for the mflow extension. These can be set in workspace settings.
- `mflow.server_port`: Preferred port number for the server (default 5000).
- `mflow.server_host`: The network address to listen on (default: 127.0.0.1 - localhost)
- `mflow.conda_env`: The name of a conda environment where MLFlow is installed (default: base).
- `mflow.artifact_uri`: Path to local directory to store artifacts, for new experiments.
- `mflow.backend_uri`: URI to which to persist experiment and run data.## Change Log
See the [change log] for a detailed list of changes in each version.
## Known Issues
Calling out known issues can help limit users opening duplicate issues against your extension.
## License
This extension is [licensed under the MIT License].
[change log]: https://github.com/jesse-sealand/vscode-mflow/blob/main/CHANGELOG.md
[licensed under the mit license]: https://github.com/jesse-sealand/vscode-mflow/blob/main/LICENSE.txt