-
Notifications
You must be signed in to change notification settings - Fork 281
Add Module Docstrings #25
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
Conversation
skllm/models/gpt_zero_shot_clf.py
Outdated
| openai_key : str, optional | ||
| The OPEN AI key to use. Defaults to None. | ||
| openai_org : str, optional | ||
| The OPEN AI organization to use. Defaults to None. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would change this to The OPEN AI organization ID
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see, that's still a string right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, it's just a good reminder to use the string ID rather than the name
OKUA1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see the comments
iryna-kondr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In addition to the mentioned comments, could you please adjusts most of the docstrings such that they are written in the third person, singular form (e.g. "Fits the model")?
No description provided.