Skip to content

src.data.make_dataset

main()

Creates the dataset used for modeling.

Source code in reproML/src/data/make_dataset.py
4
5
6
7
@log
def main():
    """Creates the dataset used for modeling."""
    pass