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 printer should give target class info #1022

Open
mb706 opened this issue May 3, 2024 · 0 comments
Open

Task printer should give target class info #1022

mb706 opened this issue May 3, 2024 · 0 comments

Comments

@mb706
Copy link
Collaborator

mb706 commented May 3, 2024

<TaskClassif:german_credit> (1000 x 21): German Credit
* Target: credit_risk
* Properties: twoclass
* Features (20):
  - fct (14): credit_history, employment_duration, foreign_worker, housing, job, other_debtors, other_installment_plans, people_liable, personal_status_sex, property, purpose,
    savings, status, telephone
  - int (3): age, amount, duration
  - ord (3): installment_rate, number_credits, present_residence

extend the Target with another line. In the 2-class case,

  "good" (positive class; 70%), "bad" (30%)

In the multiclass-case,

  "setosa" (33%), "versicolor" (33%), "virginica" (33%)

In the 2-class-case, the positive class should be printed first. In the multiclass-case, print in order of class frequency descending (tie break alphabetically?) and limit the length of the output based on options(width)

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

1 participant