Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

port libsvm parser to mxnet as libsvm iter #55

Merged
merged 5 commits into from
May 31, 2017
Merged

Commits on May 30, 2017

  1. copied csv iter to libsvm iter

    test
    
    libsvm iter draft
    
    handle round batch == false for csr batch loader
    
    code refactoring
    
    add get stype, shape interface to iiter
    
    separate class for sparse iter
    
    add missing file
    
    fix mem corruption'
    
    rename variables
    
    add comments
    
    also read label from libsvm
    
    add test. update docs. update submodule
    
    Conflicts:
    	python/mxnet/sparse_ndarray.py
    eric-haibin-lin committed May 30, 2017
    Configuration menu
    Copy the full SHA
    2cd3785 View commit details
    Browse the repository at this point in the history
  2. update submodule

    eric-haibin-lin committed May 30, 2017
    Configuration menu
    Copy the full SHA
    ee0d20f View commit details
    Browse the repository at this point in the history
  3. fix lint

    eric-haibin-lin committed May 30, 2017
    Configuration menu
    Copy the full SHA
    b775238 View commit details
    Browse the repository at this point in the history
  4. update test

    eric-haibin-lin committed May 30, 2017
    Configuration menu
    Copy the full SHA
    e0024e1 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

  1. revert naming change

    eric-haibin-lin committed May 31, 2017
    Configuration menu
    Copy the full SHA
    03c8bde View commit details
    Browse the repository at this point in the history