preprocessing
Here are 747 public repositories matching this topic...
-
Updated
Aug 25, 2021 - Python
-
Updated
Oct 4, 2021 - C++
-
Updated
Oct 3, 2021 - Python
-
Updated
Sep 2, 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
Oct 4, 2021 - Python
-
Updated
May 2, 2021 - Python
-
Updated
Dec 11, 2018 - Jupyter Notebook
-
Updated
Aug 31, 2021 - Python
-
Updated
Sep 2, 2021 - Python
-
Updated
Jan 30, 2020 - Python
-
Updated
Oct 4, 2021 - C++
-
Updated
Apr 16, 2019 - Python
-
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
Oct 4, 2021 - R
-
Updated
Oct 4, 2021 - Python
-
Updated
May 27, 2021 - C++
-
Updated
Jun 30, 2021 - JavaScript
-
Updated
May 15, 2018 - Python
-
Updated
Oct 4, 2021 - Jupyter Notebook
-
Updated
Sep 27, 2020 - C++
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
We want to add support for auto ML. My suggestion is to use autokeras. I'm letting this open for newcomers who want to contribute to this project.
The parameters of the model need to be read from a yaml file (check utils.py in igel, there is a helper function to read a yaml or json file). These parameters will be used to construct and train a model. The results should be th