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

feat(KNNClassifier): Add loadData() that enables user to load dat… #279

Merged
merged 4 commits into from
Feb 21, 2019
Merged

feat(KNNClassifier): Add loadData() that enables user to load dat… #279

merged 4 commits into from
Feb 21, 2019

Commits on Feb 20, 2019

  1. feat(KNNClassifier): Add loadData() that enables user to load datase…

    …t from raw data instead of file
    
        With load(), file path needs to be provided to load dataset. This means that JSON file that has
        dataset needs to be located on the server. You can give a way to download dataset using save(), but
        you cannot give a way to upload that file and load the dataset. This commit adds loadData() that
        enables user to load dataset from raw data. By combining this method and <INPUT type="file"> tag,
        you can give a way for user to upload dataset file.
    champierre committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    18fc5bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0736eac View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Configuration menu
    Copy the full SHA
    8bfce29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fe6616 View commit details
    Browse the repository at this point in the history