Skip to content

Typo: Chapter 1 #2

@SajibShuvo

Description

@SajibShuvo

At the end of chapter 1 notebook, in the 2nd last cell,

print("Pearson coeffcient: {}".format(sp.stats.spearmanr(df["X"], df["Y"])[0]))

should be

print("Spearman coeffcient: {}".format(sp.stats.spearmanr(df["X"], df["Y"])[0]))

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