GitHub user klonikar opened a pull request:

    https://github.com/apache/spark/pull/3977

    resync

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/klonikar/spark master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/3977.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3977
    
----
commit e615ea098dcd02d4e8b5e2518afaf9362621f019
Author: klonikar <[email protected]>
Date:   2014-06-18T09:58:08Z

    Spark implementation of multi-class LR using gradient descent

commit 92592d7156958de0f25501c0bd782d454f34b8bc
Author: klonikar <[email protected]>
Date:   2014-06-18T11:37:08Z

    Spark implementation of multi-class LR using gradient descent

commit b84d579f1f18578121e55ff42bd3ef3a4910cec3
Author: klonikar <[email protected]>
Date:   2014-06-18T12:23:15Z

    Spark implementation of multi-class LR using gradient descent

commit aa6d6417345a0559c530d51cc1fe900dbfed0fa7
Author: klonikar <[email protected]>
Date:   2014-06-18T14:45:20Z

    Spark implementation of multi-class LR using gradient descent

commit 4bce523dae18119363e2ba2856cf7da83271b56c
Author: klonikar <[email protected]>
Date:   2014-06-19T06:55:00Z

    Minor change to include numFeatures as cmd line parameter

commit 8a3ed11cae2b6574e24a9b7b7bf67eb41ee0f0c0
Author: klonikar <[email protected]>
Date:   2014-06-20T18:20:56Z

    code re-org to create new method for reading from CSV file

commit e50a06c487327badc9466fde3831d94d81383ba0
Author: klonikar <[email protected]>
Date:   2014-06-23T03:22:49Z

    adding ability to process sparse vectors saved in comma-colon separated 
index:value,index:value format

commit 209875096481e18e42a4b4688f94772c78a94b33
Author: klonikar <[email protected]>
Date:   2014-06-23T16:16:21Z

    changes for processing sparse vectors

commit d8a2da7540f1ea6392595e6f1ce79ac57be8f77c
Author: klonikar <[email protected]>
Date:   2014-06-24T18:33:39Z

    changed command line args processing to use better --name value pairs. 
added code to calculate accuracy on test data. replaced tabs with 4 spaces

commit e72b336b83d456ad3fcec0fa4dbd60b0be87154c
Author: Kiran Lonikar <[email protected]>
Date:   2014-12-16T10:44:23Z

    Merge pull request #1 from apache/master
    
    resync

commit 99e22706a27f85fe4116dfd5634d28d867dfbb94
Author: klonikar <[email protected]>
Date:   2014-12-17T05:33:29Z

    changing log level to warn

commit 08be6137e3775f4896a951ce325fa4f3694d8dcd
Author: klonikar <[email protected]>
Date:   2014-12-17T10:06:58Z

    scala style changes to example

commit dc519b9736a42d0ede3c5fc45ce0a0a6a9da90d1
Author: klonikar <[email protected]>
Date:   2015-01-07T11:22:34Z

    reverting previous change to log4j-defaults

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to