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
Adding this issue to track doc work.
The text was updated successfully, but these errors were encountered:
Addressed some to-dos in #4
Sorry, something went wrong.
summary of work from #1
Here's my list of tasks for this project. Task 1 is completed; tasks 2—4 are in progress. Fix all Python warnings and errors (except for some unavoidable warnings such as "duplicate code") ✅ Add Python 3.10 type hints to all function and method definitions, plus all method properties (e.g., self.foo: str = 'bar') Add NumPy Doc docstrings to all functions and methods, plus at least a one-line docstring at the top of every file summarizing the file's contents Add tests using Pytest, aiming for 100% code coverage Search for TODO, FIXME, or other comments and resolve their respective issues Optimize vanilla Python loops that can be vectorized with NumPy Improve any other sub-optimal code, bugs, code quality issues, etc Remove any commented-out code
Here's my list of tasks for this project. Task 1 is completed; tasks 2—4 are in progress.
Moving to https://github.com/nkapila6/mlrose-ky
nkapila6
No branches or pull requests
Adding this issue to track doc work.
The text was updated successfully, but these errors were encountered: