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

Documentation Update #1069

Closed
ArlindKadra opened this issue May 3, 2021 · 6 comments
Closed

Documentation Update #1069

ArlindKadra opened this issue May 3, 2021 · 6 comments
Labels
Data OpenML concept Documentation
Milestone

Comments

@ArlindKadra
Copy link
Member

"""OpenML Run: result of running a model on an openml dataset.
Parameters
----------
task_id: int
flow_id: int
dataset_id: int
setup_string: str
output_files: Dict[str, str]
A dictionary that specifies where each related file can be found.
setup_id: int
tags: List[str]
uploader: int
User ID of the uploader.
uploader_name: str
evaluations: Dict
fold_evaluations: Dict
sample_evaluations: Dict
data_content: List[List]
The predictions generated from executing this run.
trace: OpenMLRunTrace
model: object
task_type: str
task_evaluation_measure: str
flow_name: str
parameter_settings: List[OrderedDict]
predictions_url: str
task: OpenMLTask
flow: OpenMLFlow
run_id: int
description_text: str, optional
Description text to add to the predictions file.
If left None, is set to the time the arff file is generated.
run_details: str, optional (default=None)
Description of the run stored in the run meta-data.
"""

This probably we should update, considering there are some fields that do not have a description and might be clearer with one.

@PGijsbers PGijsbers added this to the 0.13.1 milestone Nov 29, 2022
@v-parmar
Copy link
Contributor

Hey, What should you want to update?

@PGijsbers
Copy link
Collaborator

For each attribute we would want a description of what it represents, e.g.:

     trace: OpenMLRunTrace 
+     The trace containing information on internal model evaluations of this run.
     model: object 
+     The untrained model that was evaluated in this run.

@v-parmar
Copy link
Contributor

Hey, I have done the given task. How can I submit it?

@PGijsbers
Copy link
Collaborator

We documented the process in our contribution guidelines, in short:

  • push to your fork
  • check that it meets all the criteria to open a pull request (optionally add things if it doesn't)
  • set up a pull request and wait for review

@v-parmar
Copy link
Contributor

v-parmar commented Feb 20, 2023

Hey @PGijsbers, I have opened the PR on issue #1069 and added the description please check it(#1194).

@mfeurer mfeurer added the Data OpenML concept label Feb 20, 2023
@mfeurer
Copy link
Collaborator

mfeurer commented Feb 24, 2023

This was solved by @v-parmar via #1194.

@mfeurer mfeurer closed this as completed Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Data OpenML concept Documentation
Projects
None yet
Development

No branches or pull requests

4 participants