Skip to content

初版第1刷:208ページ コード5.2において、コメントと実装が違っているかもしれません。 #48

Description

@ShinYAMA8628

コード5.2の9行目コメントと10行目実装について、

試投数5以下を除外(表示の都合上)

df_inference = df_inference[df_inference["FG3A"]>0]
の部分、

試投数5以下を除外(表示の都合上)

df_inference = df_inference[df_inference["FG3A"]>5]

かもしれません。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions