Skip to content
#

tabular-data

Here are 235 public repositories matching this topic...

eladmw
eladmw commented Aug 13, 2020

Hello,
Considering your amazing efficiency on pandas, numpy, and more, it would seem to make sense for your module to work with even bigger data, such as Audio (for example .mp3 and .wav). This is something that would help a lot considering the nature audio (ie. where one of the lowest and most common sampling rates is still 44,100 samples/sec). For a use case, I would consider vaex.open('Hu

Optimox
Optimox commented Dec 13, 2020

Feature request

As requested by some, and as @ekamioka started on this PR #244. It might be interesting to get some helper functions to use embeddings as it's not the simplest concept in deep learning.

What is the expected behavior?
Calling a few helper function to get all the correct parameters before using TabNet

tv
zippeurfou
zippeurfou commented Sep 17, 2021

🚀 Feature

To do classification you might sometimes only have numerical fields. Today the closest you can do is with tabular classification. However it does expect to have categorical fields.

~/conda/lib/python3.8/site-packages/numpy/core/shape_base.py in stack(arrays, axis, out)
    421     arrays = [asanyarray(arr) for arr in arrays]
    422     if not arrays:
--> 423         raise

Improve this page

Add a description, image, and links to the tabular-data 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 tabular-data topic, visit your repo's landing page and select "manage topics."

Learn more