preprocessing
Here are 599 public repositories matching this topic...
-
Updated
Nov 24, 2020 - Python
-
Updated
Jan 5, 2021 - C++
-
Updated
Jan 15, 2021 - Python
-
Updated
Jan 31, 2021 - Python
-
Updated
Feb 4, 2020 - Python
Write tests
Write unit test coverage for SafeDataset and SafeDataLoader, along with the functions in utils.py.
-
Updated
Feb 24, 2020 - Python
-
Updated
Dec 11, 2018 - Jupyter Notebook
-
Updated
Jan 30, 2020 - Python
-
Updated
Aug 15, 2020 - Python
-
Updated
Feb 14, 2020
-
Updated
Jan 9, 2021 - Jupyter Notebook
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
Jan 18, 2021 - R
-
Updated
Mar 4, 2019 - Python
-
Updated
Jun 29, 2020 - Jupyter Notebook
This will help prevent code break when some user has an old dependency.
Considerations: Will need to check the lowest version to minimise the unnecessary updates
-
Updated
Dec 3, 2018 - JavaScript
-
Updated
Jan 21, 2021 - Python
-
Updated
Feb 17, 2021 - R
-
Updated
Nov 22, 2018 - C++
-
Updated
May 15, 2018 - Python
-
Updated
Sep 27, 2020 - C++
-
Updated
Feb 19, 2018 - Python
-
Updated
Oct 26, 2019 - Python
-
Updated
Dec 21, 2019 - Python
-
Updated
Feb 9, 2021 - Python
-
Updated
Mar 12, 2020 - Python
-
Updated
May 7, 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."
https://igel.readthedocs.io/en/latest/_sources/readme.rst.txt includes a link to the assets/igel-help.gif, but that path is broken on readthedocs.
readme.rst is included as ../readme.rst in the sphinx build.
The gifs are in asses/igel-help.gif
The sphinx build needs to point to the asset directory, absolutely:
.. image:: /assets/igel-help.gif
I haven't made a patch, because I haven't