-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update pairs documentation #311
base: dev
Are you sure you want to change the base?
Conversation
1ba74d2
to
bf157b4
Compare
khiops/sklearn/estimators.py
Outdated
which jointly are more informative that its univariate components may be taken | ||
into account in the classifier. | ||
Maximum number of pair features to construct. These features are a 2D grid | ||
partition feature pair. The grid is optimized such that in each cell the target |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/partition feature pair/partition of the domain of a feature pair/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I eliminated "domain" because is too verbose (two "of" one after another). That the partition is in the domain is implied by the the 2D grid
part, there is no ambiguity. I'll add the missing "the" nonetheless.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
khiops/sklearn/estimators.py
Outdated
Maximum number of pair features to construct. These features are a 2D grid | ||
partition feature pair. The grid is optimized such that in each cell the target | ||
distribution is well approximated by a constant histogram. Only pairs that are | ||
jointly more informative than its marginals may be taken into account in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/than its marginals/than their marginals/
(the pairs' marginals)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
containing it (within the maximum limit ``n_pairs``). These pairs have top | ||
priority: they are constructed first. | ||
all_possible_pairs : bool, default ``True`` | ||
If ``True`` tries to create all possible pairs within the limit ``n_pairs``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/within the limit/within the maximum limit/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
khiops/sklearn/estimators.py
Outdated
which jointly are more informative that its univariate components may be taken | ||
into account in the regressor. | ||
Maximum number of pair features to construct. These features are a 2D grid | ||
partition feature pair. The grid is optimized such that in each cell the target |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/partition feature pair/partition of the domain of a feature pair/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See above.
khiops/sklearn/estimators.py
Outdated
Maximum number of pair features to construct. These features are a 2D grid | ||
partition feature pair. The grid is optimized such that in each cell the target | ||
distribution is well approximated by a constant histogram. Only pairs that are | ||
jointly more informative than its marginals may be taken into account in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/than its marginals/than their marginals/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
containing it (within the maximum limit ``n_pairs``). These pairs have top | ||
priority: they are constructed first. | ||
all_possible_pairs : bool, default ``True`` | ||
If ``True`` tries to create all possible pairs within the limit ``n_pairs``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/within the limit/within the maximum limit/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
khiops/sklearn/estimators.py
Outdated
partition of the domain of a pair of features in which is optimized in a way | ||
that the cells are the purest possible with respect to the target. | ||
Maximum number of pair features to construct. These features are a 2D grid | ||
partition feature pair. The grid is optimized such that in each cell the target |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/partition feature pair/partition of the domain of a feature pair/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See above.
khiops/sklearn/estimators.py
Outdated
Maximum number of pair features to construct. These features are a 2D grid | ||
partition feature pair. The grid is optimized such that in each cell the target | ||
distribution is well approximated by a constant histogram. Only pairs that are | ||
jointly more informative than its marginals may be taken into account in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/than its marginals/than their marginals/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
containing it (within the maximum limit ``n_pairs``). These pairs have top | ||
priority: they are constructed first. | ||
all_possible_pairs : bool, default ``True`` | ||
If ``True`` tries to create all possible pairs within the limit ``n_pairs``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/within the limit/within the maximum limit/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are few rephrasings to consider (see the comments).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks all good to me. I have no comments.
bf157b4
to
39b3021
Compare
- Remove "source_repository" setting - It generated a link to a 404 page in Github - Change the Github icon to khiops-python
14ba038
to
e947fea
Compare
Put your message here
TODO Before Asking for a Review
dev
(ormain
for release PRs)Unreleased
section ofCHANGELOG.md
(no date)index.html