Skip to content

Conversation

dusenberrymw
Copy link
Contributor

Added logistic regression to the list of Multiclass Classification Supported Methods in the MLlib Classification and Regression documentation, as it was missing.

…upported Methods in the MLlib Classification and Regression documentation, as it was missing.
@srowen
Copy link
Member

srowen commented May 22, 2015

Does LR do multiclass in MLlib?

@dusenberrymw
Copy link
Contributor Author

Yeah it does, it was added here [https://github.com/apache/spark/commit/b1aa8fe988301b924048039529234278aeb0298a], and the main documentation for LR already has info on it [https://spark.apache.org/docs/latest/mllib-linear-methods.html#logistic-regression]. It's just missing from the table on the Classification and Regression documentation page.

…e Linear Methods page being renamed to "Classification".
@dusenberrymw
Copy link
Contributor Author

Also, I just noticed that the "Binary Classification" link on the same Classification and Regression page was also broken due to this issue, so I updated it to point to the "Classification" section of Linear Methods.

@jkbradley
Copy link
Member

LGTM pending tests. Thanks!

@SparkQA
Copy link

SparkQA commented May 23, 2015

Test build #852 has finished for PR 6357 at commit 7918650.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@jkbradley
Copy link
Member

Merging into master and branch-1.4

asfgit pushed a commit that referenced this pull request May 23, 2015
… Multiclass Classification Supported Methods documentation

Added logistic regression to the list of Multiclass Classification Supported Methods in the MLlib Classification and Regression documentation, as it was missing.

Author: Mike Dusenberry <[email protected]>

Closes #6357 from dusenberrymw/Add_LR_To_List_Of_Multiclass_Classification_Methods and squashes the following commits:

7918650 [Mike Dusenberry] Updating broken link due to the "Binary Classification" section on the Linear Methods page being renamed to "Classification".
3005dc2 [Mike Dusenberry] Adding logistic regression to the list of Multiclass Classification Supported Methods in the MLlib Classification and Regression documentation, as it was missing.

(cherry picked from commit 63a5ce7)
Signed-off-by: Joseph K. Bradley <[email protected]>
@asfgit asfgit closed this in 63a5ce7 May 23, 2015
jeanlyn pushed a commit to jeanlyn/spark that referenced this pull request May 28, 2015
… Multiclass Classification Supported Methods documentation

Added logistic regression to the list of Multiclass Classification Supported Methods in the MLlib Classification and Regression documentation, as it was missing.

Author: Mike Dusenberry <[email protected]>

Closes apache#6357 from dusenberrymw/Add_LR_To_List_Of_Multiclass_Classification_Methods and squashes the following commits:

7918650 [Mike Dusenberry] Updating broken link due to the "Binary Classification" section on the Linear Methods page being renamed to "Classification".
3005dc2 [Mike Dusenberry] Adding logistic regression to the list of Multiclass Classification Supported Methods in the MLlib Classification and Regression documentation, as it was missing.
jeanlyn pushed a commit to jeanlyn/spark that referenced this pull request Jun 12, 2015
… Multiclass Classification Supported Methods documentation

Added logistic regression to the list of Multiclass Classification Supported Methods in the MLlib Classification and Regression documentation, as it was missing.

Author: Mike Dusenberry <[email protected]>

Closes apache#6357 from dusenberrymw/Add_LR_To_List_Of_Multiclass_Classification_Methods and squashes the following commits:

7918650 [Mike Dusenberry] Updating broken link due to the "Binary Classification" section on the Linear Methods page being renamed to "Classification".
3005dc2 [Mike Dusenberry] Adding logistic regression to the list of Multiclass Classification Supported Methods in the MLlib Classification and Regression documentation, as it was missing.
nemccarthy pushed a commit to nemccarthy/spark that referenced this pull request Jun 19, 2015
… Multiclass Classification Supported Methods documentation

Added logistic regression to the list of Multiclass Classification Supported Methods in the MLlib Classification and Regression documentation, as it was missing.

Author: Mike Dusenberry <[email protected]>

Closes apache#6357 from dusenberrymw/Add_LR_To_List_Of_Multiclass_Classification_Methods and squashes the following commits:

7918650 [Mike Dusenberry] Updating broken link due to the "Binary Classification" section on the Linear Methods page being renamed to "Classification".
3005dc2 [Mike Dusenberry] Adding logistic regression to the list of Multiclass Classification Supported Methods in the MLlib Classification and Regression documentation, as it was missing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants