Update app.py
Browse files
app.py
CHANGED
@@ -45,14 +45,6 @@ import yaml
|
|
45 |
import pandas as pd
|
46 |
import numpy as np
|
47 |
|
48 |
-
import azureml.core
|
49 |
-
from azureml.core import Workspace, Datastore, ComputeTarget
|
50 |
-
from azure.identity import DefaultAzureCredential
|
51 |
-
from azure.ai.ml import MLClient
|
52 |
-
from azure.ai.ml import command
|
53 |
-
from azure.ai.ml import Input, Output
|
54 |
-
from azure.ai.ml import load_component
|
55 |
-
from azure.ai.ml.entities import Environment, Data, PipelineJob, Job, Schedule
|
56 |
from datetime import datetime, timedelta
|
57 |
|
58 |
|
|
|
45 |
import pandas as pd
|
46 |
import numpy as np
|
47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
from datetime import datetime, timedelta
|
49 |
|
50 |
|