Skip to content
#

feature-extraction

Here are 1,139 public repositories matching this topic...

Oortone
Oortone commented Oct 26, 2021

Is your feature request related to a problem? Please describe.
Using the CLI to output parameters, those audio features who are multidimensional like amplitudeSpectrumand mfcc will not get corresponding label names in the first row of the generated csv-file. This makes it complicated to import using csv-importers like pandas in Python.
It's also unclear which bin each column represents.

feature_engine
solegalli
solegalli commented May 7, 2022

when a variable is in a logarithmic scale, it might make sense to create the intervals based on a log scale instead of linear scale.

Quote:
"
When the numbers span multiple magnitudes, it may be better to group by powers of
10 (or powers of any constant): 0–9, 10–99, 100–999, 1000–9999, etc. The bin widths
grow exponentially
"

the idea is taken from: Feature Engineering for Machine Lear

new transformer good first issue easy

Feature engineering is the process of using domain knowledge to extract features from raw data via data mining techniques. These features can be used to improve the performance of machine learning algorithms. Feature engineering can be considered as applied machine learning itself.

  • Updated Nov 29, 2020
  • Jupyter Notebook

Improve this page

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

Learn more