Skip to content
Snippets Groups Projects
Commit e583c8b9 authored by Gokhan OZBULAK's avatar Gokhan OZBULAK Committed by André Anjos
Browse files

Experiment functionality is added for #60.

parent b8268a0e
No related branches found
No related tags found
1 merge request!31Experiment and model upload to GitLab via MLflow interface
......@@ -12,6 +12,7 @@ import tempfile
import click
import gitlab
import mlflow
from clapper.click import ResourceOption, verbosity_option
from clapper.logging import setup
......@@ -19,7 +20,6 @@ from .click import ConfigCommand
logger = setup(__name__.split(".")[0], format="%(levelname)s: %(message)s")
def get_config():
"""Return an instance of the Gitlab object for remote operations.
......@@ -41,7 +41,6 @@ def get_config():
return gl, config
def create_temp_copy(source, target):
"""Create a copy of original file in temp folder.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment