We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I open this issue to unify all pending tasks (in my opinion) with respect to documentation.
__author__
__email__
skfda/__init__.py
import skfda; help(skfda)
help(skfda.preprocessing)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I open this issue to unify all pending tasks (in my opinion) with respect to documentation.
Remove__author__
and__email__
variables in modulesskfda/__init__.py
docstring, shown when doingimport skfda; help(skfda)
help(skfda.preprocessing)
)The text was updated successfully, but these errors were encountered: