Skip to content

Commit

Permalink
minime changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Kaillo committed Feb 22, 2022
1 parent 4777865 commit 0d714c5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 22 deletions.
5 changes: 0 additions & 5 deletions download/download_data.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
"""
Creator: Ivanovitch Silva
Date: 20 Fev. 2022
Download the raw data
"""
import argparse
import logging
import pathlib
Expand Down
6 changes: 0 additions & 6 deletions evaluate/run.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
"""
Creator: Ivanovitch Silva
Date: 30 Jan. 2022
Test the inference artifact using test dataset.
"""

import argparse
import logging
import pandas as pd
Expand Down
6 changes: 0 additions & 6 deletions preprocess/run.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
"""
Creator: Ivanovitch Silva
Date: 29 Jan. 2022
After download the raw data we need to preprocessing it.
At the end of this stage we have been created a new artfiact (clean_data).
"""
import argparse
import logging
import os
Expand Down
5 changes: 0 additions & 5 deletions segregate/run.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
"""
Creator: Ivanovitch Silva
Date: 30 Jan. 2022
Split preprocessed data into train and test.
"""
import argparse
import logging
import os
Expand Down

0 comments on commit 0d714c5

Please sign in to comment.