[python-package] scikit-learn fit() methods: add eval_X, eval_y, depr… #154
release_drafter.yml
on: push
updateReleaseDraft
1m 2s
Annotations
2 errors and 4 warnings
|
updateReleaseDraft
HttpError: <html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>
at /home/runner/work/_actions/release-drafter/release-drafter/v6.1.0/dist/index.js:7146:21
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v6.1.0/dist/index.js:61885:18)
{
name: 'AggregateError',
event: {
id: '21140997019',
name: 'push',
payload: {
after: 'bfa2951e32b970533d1348228a31709d2c9432a6',
base_ref: null,
before: '8b5ebccba76725c19df4db5defcfc84271d105c9',
commits: [
{
author: {
email: '[email protected]',
name: 'Christian Lorentzen',
username: 'lorentzenchr'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: 'bfa2951e32b970533d1348228a31709d2c9432a6',
message: '[python-package] scikit-learn fit() methods: add eval_X, eval_y, deprecate eval_set (#6857)\n' +
'\n' +
'* ENH add eval_X, eval_y, deprecate eval_set\n' +
'\n' +
'* CLN eval_X, eval_y in all fit signatures\n' +
'\n' +
'* ENH eval_X and eval_y in _DaskLGBMModel\n' +
'\n' +
'* CLN appease ruff/linting\n' +
'\n' +
'* FIX _validate_eval_set_Xy\n' +
'\n' +
'* FIX dask\n' +
'\n' +
'* MNT make eval_X and eval_y keyword only\n' +
'\n' +
'* TST add test_eval_set_raises\n' +
'\n' +
'* MNT apply review suggestion for test_eval_X_eval_y_eval_set_equivalence\n' +
'\n' +
'* MNT make eval_X and eval_y keyword only also for Dask backend\n' +
'\n' +
'* CLN remove whitespace\n' +
'\n' +
'* MNT remove docstring modification of eval_sample_weight\n' +
'\n' +
'* update examples, handle eval_group validation in LGBMRanker, make tests stricter\n' +
'\n' +
'* Apply suggestions from code review\n' +
'\n' +
'Co-authored-by: Nikita Titov <[email protected]>\n' +
'\n' +
'* Update tests/python_package_test/test_sklearn.py\n' +
'\n' +
'Co-authored-by: James Lamb <[email protected]>\n' +
'\n' +
'* Update python-package/lightgbm/sklearn.py\n' +
'\n' +
'* use version-deprecated, fix formatting\n' +
'\n' +
'* use .. deprecated\n' +
'\n' +
'* keyword-only arguments\n' +
'\n' +
'* fix docs indentation\n' +
'\n' +
'---------\n' +
'\n' +
'Co-authored-by: Nikita Titov <[email protected]>\n' +
'Co-authored-by: James Lamb <[email protected]>',
timestamp: '2026-01-19T17:24:07+03:00',
tree_id: '7e39b2d463efd099b8d994c472c584a90145e1f9',
url: 'https://github.com/microsoft/LightGBM/commit/bfa2951e32b970533d1348228a31709d2c9432a6'
}
],
compare: 'https://github.com/microsoft/LightGBM/compare/8b5ebccba767...bfa2951e32b9',
created: false,
deleted: false,
enterprise: {
avatar_url: 'https://avatars.githubusercontent.com/b/1578?v=4',
created_at: '2019-12-09T02:41:53Z',
description: "Microsoft's organizations for open source collaboration",
html_url: 'https://github.com/enterprises/microsoftopensource',
id: 1578,
name: 'Microsoft Open Source',
node_id: 'MDEwOkVudGVycHJpc2UxNTc4',
slug: 'microsoftopensource',
updated_at: '2025-08-12T20:59:29Z',
website_url: 'https://opensource.microsoft.com'
},
forced: false
|
|
updateReleaseDraft
<html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>
{
name: 'HttpError',
id: '21140997019',
status: 502,
response: {
url: 'https://api.github.com/graphql',
status: 502,
headers: {
'content-length': '150',
'content-type': 'text/html',
date: 'Mon, 19 Jan 2026 14:25:15 GMT',
server: 'github.com',
vary: 'Accept-Encoding, Accept, X-Requested-With',
'x-github-request-id': '4000:272DF0:106EAC42:10E09DFA:696E3EC1'
},
data: '<html>\r\n' +
'<head><title>502 Bad Gateway</title></head>\r\n' +
'<body>\r\n' +
'<center><h1>502 Bad Gateway</h1></center>\r\n' +
'<hr><center>nginx</center>\r\n' +
'</body>\r\n' +
'</html>\r\n'
},
request: {
method: 'POST',
url: 'https://api.github.com/graphql',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.4.0 octokit-core.js/3.6.0 Node.js/20.19.6 (linux; x64)',
'x-github-delivery': '21140997019',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: '{"query":"\\n query findCommitsWithAssociatedPullRequests(\\n $name: String!\\n $owner: String!\\n $targetCommitish: String!\\n $withPullRequestBody: Boolean!\\n $withPullRequestURL: Boolean!\\n $since: GitTimestamp\\n $after: String\\n $withBaseRefName: Boolean!\\n $withHeadRefName: Boolean!\\n $pullRequestLimit: Int!\\n ) {\\n repository(name: $name, owner: $owner) {\\n object(expression: $targetCommitish) {\\n ... on Commit {\\n history(first: 100, since: $since, after: $after) {\\n totalCount\\n pageInfo {\\n hasNextPage\\n endCursor\\n }\\n nodes {\\n id\\n committedDate\\n message\\n author {\\n name\\n user {\\n login\\n }\\n }\\n associatedPullRequests(first: $pullRequestLimit) {\\n nodes {\\n title\\n number\\n url @include(if: $withPullRequestURL)\\n body @include(if: $withPullRequestBody)\\n author {\\n login\\n __typename\\n url\\n }\\n baseRepository {\\n nameWithOwner\\n }\\n mergedAt\\n isCrossRepository\\n labels(first: 100) {\\n nodes {\\n name\\n }\\n }\\n merged\\n baseRefName @include(if: $withBaseRefName)\\n headRefName @include(if: $withHeadRefName)\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n","variables":{"name":"LightGBM","owner":"microsoft","targetCommitish":"refs/heads/master","withPullRequestBody":false,"withPullRequestURL":false,"withBaseRefName":false,"withHeadRefName":false,"pullRequestLimit":5,"since":"2025-02-14T20:27:28Z"}}',
request: { retryCount: 3, retries: 3, retryAfter: 16 }
},
event: {
id: '21140997019',
name: 'push',
payload: {
after: 'bfa2951e32b970533d1348228a31709d2c9432a6',
base_ref: null,
before: '8b5ebccba76725c19df4db5defcfc84271d105c9',
commits: [
{
author: {
email: '[email protected]',
name: 'Christian Lorentzen',
username: 'lorentzenchr'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: 'bfa2951e32b970533d1348228a31709d2c9432a6',
message: '[python-package] scikit-learn fit() methods: add eval_X, eval_y, deprecate eval_set
|
|
updateReleaseDraft
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
updateReleaseDraft
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
updateReleaseDraft
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
updateReleaseDraft
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|