Skip to content

Can I use TimeEval without docker? #40

Discussion options

You must be logged in to vote

Disclaimer: TimeEval is not tested on Windows, and we are, thus, not supporting it officially.

If you don't use the DockerAdapter, TimeEval should run fine without a Docker-installation. Where do you get the Exception from? Can you execute the following script?

#!/usr/bin/env python3
from pathlib import Path

from timeeval import TimeEval, DatasetManager, DefaultMetrics, Algorithm, TrainingType, InputDimensionality
from timeeval.adapters import FunctionAdapter
from timeeval.params import FixedParameters
from timeeval.data_types import AlgorithmParameter
import numpy as np


def your_algorithm_function(data: AlgorithmParameter, args: dict) -> np.ndarray:
    if isinstance(data, np.ndarray)…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by SebastianSchmidl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants