Skip to content
Snippets Groups Projects
Commit 6f94e175 authored by weirdwizardthomas's avatar weirdwizardthomas
Browse files

Added config.py

parent 3dba97b2
No related branches found
No related tags found
No related merge requests found
OUTPUT_PERSISTENCE_PATH = "./data/persistence/"
INPUT_FOLDER_PATH = "../../data/sample/"
\ No newline at end of file
from src.preprocessing.config import INPUT_FOLDER_PATH, OUTPUT_PERSISTENCE_PATH
from src.preprocessing.preprocessor import preprocess_collection
preprocess_collection(INPUT_FOLDER_PATH, OUTPUT_PERSISTENCE_PATH)
class WeightCalculator:
...
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