Skip to content
Snippets Groups Projects
Commit 736863f7 authored by Tamino Huxohl's avatar Tamino Huxohl
Browse files

remove unused vairables

parent 44ac5903
No related branches found
No related tags found
No related merge requests found
...@@ -2,10 +2,6 @@ import pandas as pd ...@@ -2,10 +2,6 @@ import pandas as pd
from typing import List from typing import List
SPLIT_TRAIN = "train"
SPLIT_VALIDATION = "validation"
SPLIT_TEST = "test"
def parse_split_str(_str: str, delimitier: str = "/") -> List[float]: def parse_split_str(_str: str, delimitier: str = "/") -> List[float]:
""" """
......
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