|
@@ -7,11 +7,7 @@ from typing import Union
|
|
|
arklog.set_config_logging()
|
|
|
|
|
|
|
|
|
-def fetch_outliers(
|
|
|
- file_name: str = "rotation.csv",
|
|
|
- column: Union[str, int] = 2,
|
|
|
- iri: str = "<http://ua.be/drivetrain/description/artifacts/artifacts#drivetrain-sensor-data-v1>"
|
|
|
- ) -> Graph:
|
|
|
+def fetch_outliers(file_name: str, column: Union[str, int], iri: str) -> Graph:
|
|
|
""""""
|
|
|
outlier_service_url = "http://127.0.0.1:9090/api/csv/outlier"
|
|
|
try:
|