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

[User Story] A novice user want to know how can his task benifit from the the provided AI solution (DataFactory) #20

Open
HuangYiran opened this issue Feb 8, 2022 · 3 comments
Assignees

Comments

@HuangYiran
Copy link
Collaborator

  • For each art of task, introduce different evaluation methods and provide blank method for our customer to customize his evaluation method.
  • For each art of task, introduce different baseline and provide blank method for our customer to customize his own baseline.
  • show the customer the information of his data, including the flaws of the data (na, outliear), the statistic summary (mean, max, min...), distribution of each feature, relationship between features, relationship between the given features and target and so on.
  • show the customer the way to fix the flaws and sinple feature engineering according to the attribution discovered, e.g., labeling, clustering, normalizing.
  • show the customer the performance of the basic AI method, e.g., linear model, decision tree, svm.
  • show the feature importance according to the basic model
@HuangYiran HuangYiran changed the title As a beginner in German SMEs, I wanted to know what datafactory can bring for my task so that I could decide whether to continue using it. [User Story] a novice user want to know how can his task benifit from the the provided AI solution (DataFactory) Feb 8, 2022
@HuangYiran HuangYiran changed the title [User Story] a novice user want to know how can his task benifit from the the provided AI solution (DataFactory) [User Story] A novice user want to know how can his task benifit from the the provided AI solution (DataFactory) Feb 8, 2022
@HuangYiran HuangYiran self-assigned this Feb 9, 2022
@HuangYiran
Copy link
Collaborator Author

HuangYiran commented Feb 24, 2022

@nischa564 for the finetune function, can I use cpu only? Do we have a function, which do not do the finetuning and just compare the result of several basic model e.g., linear, dt, rf with different metrics?

@nischa564
Copy link
Collaborator

@nischa564 for the finetune function, can I use cpu only? Do we have a function, which do not do the finetuning and just compare the result of several basic model e.g., linear, dt, rf with different metrics?

@HuangYiran Until now I used gpu as standard device, if one exists. But it is easy to add that, if you want me to.
No, we have no such function until know.

@HuangYiran
Copy link
Collaborator Author

HuangYiran commented Mar 1, 2022

I have added the function to the package (put it at the ts/preprocessing so far
). It will be good that we can run the finetune method (maybe limited version) with cpu.

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

No branches or pull requests

2 participants