Skip to content

preproc_utils.py

cmikke97 edited this page Jun 16, 2021 · 4 revisions

In this page

Imported Modules

  • import os - provides a portable way of using operating system dependent functionality - os documentation


Back to top

Classes and functions

check_files(destination_dir, n_samples_dict) (function) - Check if the dataset was already pre-processed.

  • destination_dir (arg) - The directory where to search for the pre-processed dataset files
  • n_samples_dict (arg) - Key-n_samples dict

Back to top