Skip to content

Issue : Typo in 01_weight_zero_learning_rate.py #82

@PrinceSajjadHussain

Description

@PrinceSajjadHussain

In the 01_weight_zero_learning_rate.py file, there's a typo in the line ax[0].scatter(X_train[y_trai == 1, 0], X_train[y_train == 1, 1],. y_trai should be y_train. This will cause an error in the code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions