Skip to content

Request to add a function for computing df loss using an already trained model #17

@sakshamsingh1

Description

@sakshamsingh1

I couldn't find a function for getting swapped, and unaltered loss for a df using an already trained model.

I can create a new PR to add a function like this:

def get_df_loss(trained_model,df):
     .....
     return [swapped_loss, unaltered_loss]

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