GithubHelp home page GithubHelp logo

Task naming confusion about autogluon HOT 6 CLOSED

cgraywang avatar cgraywang commented on September 21, 2024 1
Task naming confusion

from autogluon.

Comments (6)

jwmueller avatar jwmueller commented on September 21, 2024 1

FYI Matthias, task in autogluon is current a very special frontend term reserved to refer to high-level applications like: image_classification, text_classification, object_detection, predict_table_column. Once the task is specified by user, autogluon makes many choices on behalf of the user to make things as easy as possible for ML novices.

So I'm not sure task should be the name for any user-accessible internal autogluon variables, since it's reserved for one of the most important user concepts.

If there still ends up being a naming conflict with trial, here's some random name options:
job, training_job, training_run, config_evaluation, config_trial, score_config, search_iter

from autogluon.

mseeger avatar mseeger commented on September 21, 2024

Hello,

we will contribute a scheduler (Hyperband in the ASHA sense) for which tasks do not equate to trials. There, a task is moving a trial (or config evaluation) forward, but a trial may be driven by a sequence of tasks, being paused in between.

If you now call a task a trial, then the meaning of num_trials is not correct anymore.

from autogluon.

zhanghang1989 avatar zhanghang1989 commented on September 21, 2024

Hello,

we will contribute a scheduler (Hyperband in the ASHA sense) for which tasks do not equate to trials. There, a task is moving a trial (or config evaluation) forward, but a trial may be driven by a sequence of tasks, being paused in between.

If you now call a task a trial, then the meaning of num_trials is not correct anymore.

Thanks Matthias. This is a good point.

Currently, we have naming issue with backend 'Task' and frontend 'task' (applications, such as image classification). We may need to think about a better name.

from autogluon.

cgraywang avatar cgraywang commented on September 21, 2024

As discussed with @jwmueller and @zhanghang1989 , we could decide between trial and job. Thanks.

from autogluon.

mseeger avatar mseeger commented on September 21, 2024

I'd vote for job then, because trial has a different meaning in schedulers and searchers.

from autogluon.

jwmueller avatar jwmueller commented on September 21, 2024

addressed in the new core API PR: #31

In all tutorial/documentations / text written for the user, please reserve the term "trial" to refer to this concept (ie. evaluating performance of trained model under a single setting of the hyperparameter values). It is fine if "trial" is not used to name this variable in the code (or as the name of a different variable as in hyperband); but we need to ensure all user-facing writing is consistent and uses "trial" if and only if referring to this concept.

from autogluon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.