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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documented remaining Attributes of classes and functions #1283

Merged
merged 49 commits into from
Oct 31, 2023
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
3d79e6e
Update extension.py
v-parmar Aug 16, 2023
2c4519e
Update task.py
v-parmar Aug 16, 2023
7ddbdf4
Update flow.py
v-parmar Aug 16, 2023
7d5a04f
Update functions.py
v-parmar Aug 16, 2023
58ef19d
Update functions.py
v-parmar Aug 16, 2023
63a20bb
Update trace.py
v-parmar Aug 16, 2023
0197de3
Update functions.py
v-parmar Aug 16, 2023
1385155
Update functions.py
v-parmar Aug 16, 2023
43ed152
Update functions.py
v-parmar Aug 16, 2023
6c5f9d4
Update split.py
v-parmar Aug 16, 2023
e4db820
Update task.py
v-parmar Aug 16, 2023
9948541
Update openml/flows/flow.py
v-parmar Aug 18, 2023
1f79793
Update openml/flows/flow.py
v-parmar Aug 18, 2023
bb0077c
Update openml/flows/functions.py
v-parmar Aug 18, 2023
e986733
Update openml/extensions/sklearn/extension.py
v-parmar Aug 18, 2023
426e5fb
Update openml/flows/functions.py
v-parmar Aug 18, 2023
581d47a
Update openml/runs/functions.py
v-parmar Aug 18, 2023
31d6e03
Update openml/runs/functions.py
v-parmar Aug 18, 2023
4dfe6fe
Update openml/runs/functions.py
v-parmar Aug 18, 2023
3c29b1d
Update openml/runs/trace.py
v-parmar Aug 18, 2023
bf07329
Update openml/runs/trace.py
v-parmar Aug 18, 2023
711303a
Update openml/setups/functions.py
v-parmar Aug 18, 2023
ad8aec2
Update openml/study/functions.py
v-parmar Aug 18, 2023
2150d64
Update openml/study/functions.py
v-parmar Aug 18, 2023
f9fee1e
Update openml/tasks/functions.py
v-parmar Aug 18, 2023
3776710
Update openml/tasks/split.py
v-parmar Aug 18, 2023
091335d
Update openml/tasks/split.py
v-parmar Aug 18, 2023
fb556ea
Merge branch 'openml:develop' into v-parmar-patch-2
v-parmar Aug 18, 2023
2f9b2ad
Update openml/tasks/task.py
v-parmar Aug 21, 2023
571951f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 21, 2023
125ea1d
Update openml/tasks/task.py
v-parmar Aug 21, 2023
7fa8359
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 21, 2023
08055e7
Update openml/extensions/sklearn/extension.py
v-parmar Sep 19, 2023
0d272b6
Update openml/flows/flow.py
v-parmar Sep 19, 2023
de5fa6c
Update openml/flows/functions.py
v-parmar Sep 19, 2023
3535387
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 19, 2023
4cc0abf
Update openml/runs/functions.py
v-parmar Sep 19, 2023
554215f
Update openml/runs/functions.py
v-parmar Sep 19, 2023
4e1765e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 19, 2023
f976555
Update openml/setups/functions.py
v-parmar Sep 19, 2023
95bfc69
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 19, 2023
c0eedfa
Update openml/study/functions.py
v-parmar Sep 19, 2023
af2eac7
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 19, 2023
ae8581f
Update openml/tasks/functions.py
v-parmar Sep 19, 2023
e3c475a
Update trace.py to fix mypy error
LennartPurucker Oct 30, 2023
51798e0
Update functions.py to fix mypy error
LennartPurucker Oct 30, 2023
3ab73e0
fix copy paste error
LennartPurucker Oct 30, 2023
ab6f202
Update functions.py of setup to fix mypy error
LennartPurucker Oct 30, 2023
049230d
Update progress.rst
v-parmar Oct 31, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update openml/runs/trace.py
Co-authored-by: Lennart Purucker <contact@lennart-purucker.com>
  • Loading branch information
v-parmar and LennartPurucker authored Aug 18, 2023
commit bf07329882597541c517367bae81e40e44ca7af2
2 changes: 1 addition & 1 deletion openml/runs/trace.py
Original file line number Diff line number Diff line change
@@ -237,7 +237,7 @@ def trace_from_arff(cls, arff_obj):

@classmethod
def _trace_from_arff_struct(cls, attributes, content, error_message):
""" Generate a trace dictionary from ARFF structure.
"""Generate a trace dictionary from ARFF structure.

Parameters
----------