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

Requirement: Multiclass classification data analysis using WIT...(Flower classification python file required) #96

Closed
Pem14604 opened this issue Jun 8, 2020 · 3 comments

Comments

@Pem14604
Copy link

Pem14604 commented Jun 8, 2020

Hi James/Team,
Can i have python file (.piynb) for Multiclass classification as m working on the same case.

Thanks in advance !!

@jameswex
Copy link
Collaborator

jameswex commented Jun 8, 2020

We don't have a multi-class notebook example currently, but it should look identical to our binary classification examples, except with a model that returns scores for more than just two classes (which is the binary classification case), and you call ".set_multi_class(True)" on WitConfigBuilder to indicate to the tool that it should be in multi-class mode, instead of binary classification mode.

@Pem14604
Copy link
Author

Pem14604 commented Jun 8, 2020

Thanks James, it's done.....was unable to fine this parameter ".set_multi_class(True)".

image

@jameswex
Copy link
Collaborator

jameswex commented Jun 8, 2020

Glad you were able to get it to work. Sorry about the lack of documentation on that. We're building tutorials to cover every feature and will make sure to include this option in that documentation.

@jameswex jameswex closed this as completed Jun 8, 2020
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