Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEA Callbacks base infrastructure + progress bars #27663

Open
wants to merge 57 commits into
base: callbacks
Choose a base branch
from

Merge branch 'callbacks' into base

57b30b1
Select commit
Failed to load commit list.
Open

FEA Callbacks base infrastructure + progress bars #27663

Merge branch 'callbacks' into base
57b30b1
Select commit
Failed to load commit list.
Codecov / codecov/patch failed Oct 27, 2023 in 1s

64.26% of diff hit (target 97.41%)

View this Pull Request on Codecov

64.26% of diff hit (target 97.41%)

Annotations

Check warning on line 710 in sklearn/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sklearn/base.py#L710

Added line #L710 was not covered by tests

Check warning on line 768 in sklearn/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sklearn/base.py#L768

Added line #L768 was not covered by tests

Check warning on line 25 in sklearn/callback/_base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sklearn/callback/_base.py#L24-L25

Added lines #L24 - L25 were not covered by tests

Check warning on line 28 in sklearn/callback/_base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sklearn/callback/_base.py#L28

Added line #L28 was not covered by tests

Check warning on line 115 in sklearn/callback/_computation_tree.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sklearn/callback/_computation_tree.py#L111-L115

Added lines #L111 - L115 were not covered by tests

Check warning on line 20 in sklearn/callback/_progressbar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sklearn/callback/_progressbar.py#L17-L20

Added lines #L17 - L20 were not covered by tests

Check warning on line 25 in sklearn/callback/_progressbar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sklearn/callback/_progressbar.py#L23-L25

Added lines #L23 - L25 were not covered by tests

Check warning on line 28 in sklearn/callback/_progressbar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sklearn/callback/_progressbar.py#L28

Added line #L28 was not covered by tests

Check warning on line 32 in sklearn/callback/_progressbar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sklearn/callback/_progressbar.py#L31-L32

Added lines #L31 - L32 were not covered by tests

Check warning on line 35 in sklearn/callback/_progressbar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sklearn/callback/_progressbar.py#L35

Added line #L35 was not covered by tests

Check warning on line 38 in sklearn/callback/_progressbar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sklearn/callback/_progressbar.py#L37-L38

Added lines #L37 - L38 were not covered by tests

Check warning on line 47 in sklearn/callback/_progressbar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sklearn/callback/_progressbar.py#L47

Added line #L47 was not covered by tests

Check warning on line 52 in sklearn/callback/_progressbar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sklearn/callback/_progressbar.py#L49-L52

Added lines #L49 - L52 were not covered by tests

Check warning on line 72 in sklearn/callback/_progressbar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sklearn/callback/_progressbar.py#L71-L72

Added lines #L71 - L72 were not covered by tests

Check warning on line 75 in sklearn/callback/_progressbar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sklearn/callback/_progressbar.py#L75

Added line #L75 was not covered by tests

Check warning on line 88 in sklearn/callback/_progressbar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sklearn/callback/_progressbar.py#L88

Added line #L88 was not covered by tests

Check warning on line 94 in sklearn/callback/_progressbar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sklearn/callback/_progressbar.py#L92-L94

Added lines #L92 - L94 were not covered by tests

Check warning on line 98 in sklearn/callback/_progressbar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sklearn/callback/_progressbar.py#L98

Added line #L98 was not covered by tests

Check warning on line 104 in sklearn/callback/_progressbar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sklearn/callback/_progressbar.py#L103-L104

Added lines #L103 - L104 were not covered by tests

Check warning on line 106 in sklearn/callback/_progressbar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sklearn/callback/_progressbar.py#L106

Added line #L106 was not covered by tests

Check warning on line 109 in sklearn/callback/_progressbar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sklearn/callback/_progressbar.py#L109

Added line #L109 was not covered by tests

Check warning on line 112 in sklearn/callback/_progressbar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sklearn/callback/_progressbar.py#L111-L112

Added lines #L111 - L112 were not covered by tests

Check warning on line 116 in sklearn/callback/_progressbar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sklearn/callback/_progressbar.py#L116

Added line #L116 was not covered by tests

Check warning on line 120 in sklearn/callback/_progressbar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sklearn/callback/_progressbar.py#L120

Added line #L120 was not covered by tests

Check warning on line 123 in sklearn/callback/_progressbar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sklearn/callback/_progressbar.py#L123

Added line #L123 was not covered by tests