I am trying to figure out how Featuretools works and I am testing it on the Housing Prices dataset on Kaggle. Because the dataset is huge, I’ll work here with only a set of it. The dataframe is: I set de dataframe properties: Then call the dfs method: I get the following warning: UnusedPrimitiveWarning: Some specified primitives were not used
Tag: feature-extraction
Sound feature attributeError: ‘rmse’
In using librosa.feature.rmse for sound feature extraction, I have the following: It gives me: What’s the right way to get it? Sample file: https://www2.cs.uic.edu/~i101/SoundFiles/CantinaBand3.wav Answer I am guessing you are running one of the latest librosa. If you check the changelog for the 0.7, you will notice that rmse was dropped in favour of rms. Simply run: and you should