Coder Social home page Coder Social logo

ee461p-project's People

Contributors

aimunkhan avatar bibikar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ee461p-project's Issues

Data limitation

Dear Friend.

I must admit. you have excellent effort.
I want to ask about this error

Processing in /home/msd/data/A/D/E
---------------------------------------------------------------------------
ValueError                                Traceback (most recent call last)
<ipython-input-4-3560009ee4b6> in <module>
     21                     for key in h.keys():
     22                         series.append(h.get(key))
---> 23                     x = pd.concat(series, axis=1)[features]
     24                     dataframes.append(x)
     25         pd.concat(dataframes).to_hdf(outfile, 'data')

~/anaconda3/envs/py36/lib/python3.6/site-packages/pandas/core/reshape/concat.py in concat(objs, axis, join, join_axes, ignore_index, keys, levels, names, verify_integrity, sort, copy)
    226                        keys=keys, levels=levels, names=names,
    227                        verify_integrity=verify_integrity,
--> 228                        copy=copy, sort=sort)
    229     return op.get_result()
    230 

~/anaconda3/envs/py36/lib/python3.6/site-packages/pandas/core/reshape/concat.py in __init__(self, objs, axis, join, join_axes, keys, levels, names, ignore_index, verify_integrity, copy, sort)
    260 
    261         if len(objs) == 0:
--> 262             raise ValueError('No objects to concatenate')
    263 
    264         if keys is None:

ValueError: No objects to concatenate

It seems that with the subset of the dataset, the code is not testable? as you mentioned that the code you worked with your own featured data i.e., data repairing.

Please guide.

Greetings.

dataframe

Dear Colleague.

It is really nice effort. Thumbs up.
I want to ask that do I need prior model or data? apparently I am facing error


NameError Traceback (most recent call last)
in
----> 1 df = pd.concat(dataframes).reset_index()

NameError: name 'dataframes' is not defined

from feature extraction. Can you comment or guide. why is it so?

Greetings.

usage?

Hi.

I want to ask that does this code can work other than MSD data? if i have only mp3 files in folder?

Greetings

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.