cluster:usage_tips:mlflow

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cluster:usage_tips:mlflow [2022/09/30 09:55] lukabcluster:usage_tips:mlflow [2022/11/28 05:48] (current) – [Installing ML Flow] matiasrus
Line 34: Line 34:
          
 <code> <code>
-ssh -L localhost:5000:130.208.209.2:your-portnumber your-username@130.208.209.2+ssh -L localhost:5000:130.208.209.4:your-portnumber your-username@130.208.209.4
 </code> </code>
          
Line 46: Line 46:
 import mlflow import mlflow
  
-mlflow_tracking_uri = 'http://localhost:5000'+mlflow_tracking_uri = 'http://localhost:your-port'
 mlflow_experiment = 'test' mlflow_experiment = 'test'
  
Line 58: Line 58:
 3) Start the tracking 3) Start the tracking
  
-Track parameters using:+Track parameters by putting these lines in the code of your model:
  
 <code> <code>
  • cluster/usage_tips/mlflow.1664531755.txt.gz
  • Last modified: 2022/09/30 09:55
  • by lukab