Skip to content

Commit

Permalink
Update dataset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Acbarakat committed Aug 21, 2023
1 parent 8f9af4d commit 26099bf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/data/dataset.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# -*- coding: utf-8 -*-
"""
Getting and transforming dataframes/datasets.
Attributes:
SRC_DIR (str): Where the src folder is
MODEL_DIR (str): Where the models are stored
Todo:
* N/A
"""
import os
import json
from typing import Tuple
Expand Down

0 comments on commit 26099bf

Please sign in to comment.