Skip to content
#

preprocessing

Here are 836 public repositories matching this topic...

igel
nidhaloff
nidhaloff commented May 27, 2021

Hello everyone,

First of all, I want to take a moment to thank all contributors and people who supported this project in any way ;) you are awesome!

If you like the project and have any interest in contributing/maintaining it, you can contact me here or send me a msg privately:

PS: You need to be familiar with python and machine learning

help wanted good first issue contribution feature
vibhatha
vibhatha commented Feb 22, 2022

At the moment Cylon doesn't support a distribtued data sampler for deep learning systems. PyTorch contains an abstraction on supporting various sampling modes. This is bound to a data loader which uses the sampler to shuffle the data for each epoch based on a various sampling criteria. This is a useful feature for deep learning applications using Cylon as the data source for an end-to-end data ana

enhancement good first issue
cfezequiel
cfezequiel commented Oct 14, 2020

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

  1. No change
  • There's a bit of skew when it comes to mapping split val
enhancement good first issue

Improve this page

Add a description, image, and links to the preprocessing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the preprocessing topic, visit your repo's landing page and select "manage topics."

Learn more