Skip to content

Question about cindex_score function #18

@kyoheikoyama

Description

@kyoheikoyama

Hi! Thank you very much for the awesome work!

I have a question regarding the c-index below.

def cindex_score(y_true, y_pred):

My question is: should the line tf.cast(g == 0.0, tf.float32) be tf.cast(tf.math.equal(g, 0.0), tf.float32) ?

Thank you very much in advance.

Kyohei

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