Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[MRG+1] minor edits to multiclass documentation #5837

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

Merged
merged 7 commits into from
Sep 30, 2016

Conversation

pieteradejong
Copy link
Contributor

minor changes to become familiar with the process

@pieteradejong
Copy link
Contributor Author

[MRG] ready to be merged, please review

@pieteradejong pieteradejong changed the title initial pull req: minor edits to multiclass documentation [MRG] minor edits to multiclass documentation Nov 16, 2015
@@ -109,12 +109,12 @@ One-Vs-The-Rest
===============

This strategy, also known as **one-vs-all**, is implemented in
:class:`OneVsRestClassifier`. The strategy consists in fitting one classifier
:class:`OneVsRestClassifier`. The strategy consists of fitting one classifier
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would keep the in.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure. http://english.stackexchange.com/questions/95929/consists-of-vs-consists-in-different-meanings-of-the-verb-or-the-same-mea http://english.stackexchange.com/questions/61600/consist-in-vs-consist-of

I think it is telling that the first hits for "consists in" are of stackexchange discussing the usage of the phrase.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think "consists of" is better...

@TomDLT
Copy link
Member

TomDLT commented Nov 26, 2015

Nitpicks, but this looks good to me.
Thanks @pieteradejong

@TomDLT TomDLT changed the title [MRG] minor edits to multiclass documentation [MRG+1] minor edits to multiclass documentation Nov 26, 2015
in a finite set of colors such as "green", "red", "orange", "yellow"...
For instance, a sample could be assigned "pear" for an output variable that
takes possible values in a finite set of species such as "pear" or "apple",
and "blue" or "green" for a second output variable that takes possible values
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch ^^

@amueller
Copy link
Member

amueller commented Dec 9, 2015

please squash. LGTM apart from one comma, but I'm not a native speaker.

@pieteradejong
Copy link
Contributor Author

ready to merge?

problem is restricted to binary classification, and of the multi-class
classification task. *The output format is a 2d numpy array or sparse
matrix.*
problems is restricted to binary classification,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be problems are restricted?

@TomDLT
Copy link
Member

TomDLT commented Jan 14, 2016

After final comments are addressed, could you also squash and rebase ?

@@ -30,21 +30,21 @@ by decomposing such problems into binary classification problems.

- **Multioutput-multiclass classification** and **multi-task classification**
means that a single estimator has to handle
several joint classification tasks. This is a generalization
several joint classification tasks. This is both a generalization
of the multi-label classification task, where the set of classification
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would say "which only considers binary classification". Currently the sentence is a bit awkward (what does "where" refer to?)

@amueller
Copy link
Member

otherwise lgtm, please squash.

@nelson-liu
Copy link
Contributor

now that we can rebase and squash in github, shall we do that here?

@TomDLT
Copy link
Member

TomDLT commented Sep 29, 2016

now that we can rebase and squash in github, shall we do that here?

There is no conflicts with master, so no need to rebase or squash.

@jnothman
Copy link
Member

There is still an open comment, though...

On 29 September 2016 at 19:41, Tom Dupré la Tour [email protected]
wrote:

now that we can rebase and squash in github, shall we do that here?

There is no conflicts with master, so no need to rebase or squash.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#5837 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAEz66FFjv6tb26bn8hrB3bu4s8p2Nw1ks5qu4fhgaJpZM4GjPuL
.

@nelson-liu
Copy link
Contributor

Ah apologies didn't see the open comment, but only @amueller and @TomDLT asking for a squash (I presume this is before the github feature )

@amueller
Copy link
Member

Eh, let's merge and fix in master? The sentence was awkward before.

@jnothman jnothman merged commit 8442eea into scikit-learn:master Sep 30, 2016
@jnothman
Copy link
Member

Done, thanks @pieteradejong

TomDLT pushed a commit to TomDLT/scikit-learn that referenced this pull request Oct 3, 2016
* minor edits to multiclass documentation

* minor text formatting and language modifications

* minor word changes, sentence clarifications

* attempt to fix ci test

* restored previous paragraph

* minor grammatical correction

* minor grammar fixes
amueller pushed a commit to amueller/scikit-learn that referenced this pull request Oct 14, 2016
* minor edits to multiclass documentation

* minor text formatting and language modifications

* minor word changes, sentence clarifications

* attempt to fix ci test

* restored previous paragraph

* minor grammatical correction

* minor grammar fixes
Sundrique pushed a commit to Sundrique/scikit-learn that referenced this pull request Jun 14, 2017
* minor edits to multiclass documentation

* minor text formatting and language modifications

* minor word changes, sentence clarifications

* attempt to fix ci test

* restored previous paragraph

* minor grammatical correction

* minor grammar fixes
paulha pushed a commit to paulha/scikit-learn that referenced this pull request Aug 19, 2017
* minor edits to multiclass documentation

* minor text formatting and language modifications

* minor word changes, sentence clarifications

* attempt to fix ci test

* restored previous paragraph

* minor grammatical correction

* minor grammar fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants