preprocessing
Here are 717 public repositories matching this topic...
-
Updated
May 21, 2021 - Python
-
Updated
Aug 18, 2021 - C++
-
Updated
Aug 20, 2021 - Jupyter Notebook
-
Updated
Aug 6, 2021 - Python
-
Updated
Jan 31, 2021 - Python
Add more algorithms
Everyone is welcome to add more algorithms to this project. This repo is new so we need contributions from all.
Write tests
Write unit test coverage for SafeDataset
and SafeDataLoader
, along with the functions in utils.py
.
-
Updated
Feb 4, 2020 - Python
-
Updated
May 2, 2021 - Python
-
Updated
Dec 11, 2018 - Jupyter Notebook
-
Updated
Aug 7, 2021 - Python
-
Updated
Jan 30, 2020 - Python
-
Updated
Apr 2, 2021 - Python
-
Updated
Apr 16, 2019 - Python
-
Updated
Aug 19, 2021 - C++
-
Updated
Jul 28, 2021
Is your feature request related to a problem? Please describe.
Change split values from all caps to lower case.
This makes file/directory naming more consistent with the split.
Describe the solution you'd like
TRAIN -> train
VALIDATION -> validation
TEST -> test
Describe alternatives you've considered
- No change
- There's a bit of skew when it comes to mapping split val
-
Updated
Aug 3, 2021 - R
-
Updated
Jan 9, 2021 - Jupyter Notebook
-
Updated
Mar 4, 2019 - Python
-
Updated
Jun 29, 2020 - Jupyter Notebook
-
Updated
Aug 21, 2021 - R
-
Updated
Aug 17, 2021 - Python
-
Updated
May 27, 2021 - C++
-
Updated
Jun 30, 2021 - JavaScript
-
Updated
May 15, 2018 - Python
-
Updated
Aug 5, 2021 - Jupyter Notebook
-
Updated
Sep 27, 2020 - C++
-
Updated
Feb 19, 2018 - Python
Improve this page
Add a description, image, and links to the preprocessing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the preprocessing topic, visit your repo's landing page and select "manage topics."
Description
I'm the creator and only maintainer of the project at the moment. I'm working on adding new features and thus I would like to let this issue open for newcomers who want to contribute to the project.
Basically, I wrote the cli using argparse since it is part of the standard language already. However, I'm starting to rethin