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

Task Design? #96

Closed
kirtsar opened this issue Mar 4, 2019 · 1 comment
Closed

Task Design? #96

kirtsar opened this issue Mar 4, 2019 · 1 comment

Comments

@kirtsar
Copy link
Collaborator

kirtsar commented Mar 4, 2019

What should the Task do?
my vision of working with Task object is something like:
assume that we have some data for supervised learning: X, y. X and y can be any reasonable type (X is Matrix, DataFrame, ...; y is some subtype of AbstractVector).

task = Task(data = X, target = y, goal = SomeGoal(optional args) )

where SomeGoal is something from (for example):

  1. Binary(is proba = true/false)
  2. Multiclass(is proba = true/false)
  3. Regression(is proba = true/false)
    Based on the type of the task, the output for X_and_y should be appropriate (Continuous, discrete, ...)
@ablaom
Copy link
Member

ablaom commented Mar 4, 2019

Sorry, closing as duplicate of #68.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants