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

Update regression.ipynb to explicitly cast one-hot encoding values #2316

Merged
merged 2 commits into from
Oct 11, 2024

Commits on Jun 23, 2024

  1. Update regression.ipynb to explicitly cast one-hot encoding values

    As currently written, the one-hot encoding step leaves the user with boolean dummy values that cause errors later in the tutorial as presently written, when passing the np.array() argument to Normalization.adapt().  The values need to be cast to a numerical type (e.g., int) either at the one-hot encoding step or the adapt() step.
    jperk224 authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    fe0d285 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Add reference to Tensor object.

    Change the verbiage slightly to include
    reference to the Tensor docs and note
    the nature of the object needing uniform
    data types.
    jperk224 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d135e81 View commit details
    Browse the repository at this point in the history