在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):mlflow/mlflow开源软件地址(OpenSource Url):https://github.com/mlflow/mlflow开源编程语言(OpenSource Language):Python 57.4%开源软件介绍(OpenSource Introduction):MLflow: A Machine Learning Lifecycle PlatformMLflow is a platform to streamline machine learning development, including tracking experiments, packaging code into reproducible runs, and sharing and deploying models. MLflow offers a set of lightweight APIs that can be used with any existing machine learning application or library (TensorFlow, PyTorch, XGBoost, etc), wherever you currently run ML code (e.g. in notebooks, standalone applications or the cloud). MLflow's current components are:
Nightly Job Statuses InstallingInstall MLflow from PyPI via MLflow requires Nightly snapshots of MLflow master are also available here. Install a lower dependency subset of MLflow from PyPI via DocumentationOfficial documentation for MLflow can be found at https://mlflow.org/docs/latest/index.html. RoadmapThe current MLflow Roadmap is available at https://github.com/mlflow/mlflow/milestone/3. We are
seeking contributions to all of our roadmap items with the CommunityFor help or questions about MLflow usage (e.g. "how do I do X?") see the docs or Stack Overflow. To report a bug, file a documentation issue, or submit a feature request, please open a GitHub issue. For release announcements and other discussions, please subscribe to our mailing list ([email protected]) or join us on Slack. Running a Sample App With the Tracking APIThe programs in python examples/quickstart/mlflow_tracking.py This program will use MLflow Tracking API,
which logs tracking data in Launching the Tracking UIThe MLflow Tracking UI will show runs logged in mlflow ui Note: Running Running a Project from a URIThe mlflow run examples/sklearn_elasticnet_wine -P alpha=0.4 mlflow run https://github.com/mlflow/mlflow-example.git -P alpha=0.4 See Saving and Serving ModelsTo illustrate managing models, the $ python examples/sklearn_logistic_regression/train.py Score: 0.666 Model saved in run <run-id> $ mlflow models serve --model-uri runs:/<run-id>/model $ curl -d '{"columns":[0],"index":[0,1],"data":[[1],[-1]]}' -H 'Content-Type: application/json' localhost:5000/invocations ContributingWe happily welcome contributions to MLflow. We are also seeking contributions to items on the MLflow Roadmap. Please see our contribution guide to learn more about contributing to MLflow. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论