Gathering detailed insights and metrics for @codn.io/mlxd
Gathering detailed insights and metrics for @codn.io/mlxd
Gathering detailed insights and metrics for @codn.io/mlxd
Gathering detailed insights and metrics for @codn.io/mlxd
npm install @codn.io/mlxd
Typescript
Module System
Node Version
NPM Version
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Here’s the updated README.md with a Contact Support section added:
@codin/mlxd
MLXD (Machine Learning eXperiment Deployment) is a CI/CD testing tool for machine learning workflows. This CLI simplifies testing, configuration, and encryption of ML model performance metrics in a secure and standalone manner.
config.yaml
file.Install the CLI globally via npm:
1npm install -g @codn.io/mlxd
Run the following command to create a config.yaml
file in the current directory:
1mlxd init
config.yaml
Edit the generated config.yaml
file to specify your model and dataset paths, along with the test criteria. Example:
1modelPath: "./models/mymodel.h5" 2dataPath: "./data/dataset.csv" 3tests: 4 - name: "Accuracy Test" 5 type: "metric_threshold" 6 metric: "accuracy" 7 threshold: 0.9
Run the tests defined in the configuration file:
1mlxd run
Results will be displayed in the console.
mlxd init
:config.yaml
template in the current directory.mlxd run
:config.yaml
.mlxd --version
or mlxd -v
:mlxd uninstall
:Install the CLI:
1npm install -g @codn.io/mlxd
Create a Configuration File:
1mlxd init
Edit config.yaml
:
1modelPath: "./models/mymodel.h5" 2dataPath: "./data/dataset.csv" 3tests: 4 - name: "Accuracy Test" 5 type: "metric_threshold" 6 metric: "accuracy" 7 threshold: 0.9
Run Tests:
1mlxd run
Uninstall the CLI:
1mlxd uninstall
No config.yaml
found:
Ensure you run mlxd init
to generate the configuration file.
Model or dataset file not found:
Verify that the paths in config.yaml
(modelPath
and dataPath
) point to valid files.
Confirm the installed version using:
1mlxd --version
If you encounter issues or have questions, feel free to reach out to our support team:
We’re here to help!
This project is licensed under the Apache License 2.0.
By installing or using the @codin/mlxd
CLI tool, you acknowledge and agree to the following terms:
config.yaml
) used with the CLI.No vulnerabilities found.
No security vulnerabilities found.