Databricks 概念
Kevin Barlow
Data Practitioner
单节点机器学习
多节点机器学习
import mlflow with mlflow.start_run() as run: # machine learning training mlflow.autolog() mlflow.log_metric('accuracy', acc) mlflow.lot_param('k', kNum)