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

Quickstart code in docs fixed #387

Merged
merged 3 commits into from
Feb 4, 2022

Conversation

AlexejPenner
Copy link
Contributor

Pre-requisites

Please ensure you have done the following:

  • I have read the CONTRIBUTING.md document.
  • If my change requires a change to the documentation, I have updated the documentation accordingly.
  • I have added tests to cover my changes.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Describe changes

Code was actually failing, reformulated a bit, removed mention of git

@github-actions github-actions bot added the internal To filter out internal PRs and issues label Feb 3, 2022
Copy link
Contributor

@htahir1 htahir1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again thanks for the boyscout work! Just added a few comments

importer,
trainer,
evaluator,
importer,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these are extra indents by mistake?

return model


@step
def evaluator(
X_test: np.ndarray,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually really liked the capitalized X_test for X matrices. I think its a convention (or atleast that how I learned it)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, I can return it to capitalized

@AlexejPenner AlexejPenner changed the title Code was actually failing, reformulated a bit, removed mention of git Quickstart code in docs fixed Feb 3, 2022
@AlexejPenner
Copy link
Contributor Author

@htahir1 I addressed the issues you raised :)

@AlexejPenner AlexejPenner requested a review from htahir1 February 4, 2022 12:29
Copy link
Contributor

@htahir1 htahir1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!!

Copy link

@AdamVPro AdamVPro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what Hamza said

@michael-zenml michael-zenml merged commit 8c4263e into develop Feb 4, 2022
@michael-zenml michael-zenml deleted the docs/fixed-quickstart-code-example branch February 4, 2022 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal To filter out internal PRs and issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants