Skip to content

NA dropout_curve parameters #19

Description

@amackey

If the proDA fit is performed using a subset of rows (n_subsample), and if that subset (the first n_subsample rows of the dataset) has no missing values for a particular sample (column), then dropout_curves() can't generate parameter estimates, and returns NA for the curve coefficients of that sample. When later those dropout curve parameters (including the NA's) are used to predict features for the rest of the dataset, and if/when dropouts are now encounted in the samples having NA-parameter curve coefficients, the objective_fcn call seems to go "boom". I'd guess the right "fix" would be to recalc the dropout curve parameters "one last time" after the model has converged, using all the data (at least in this edge case).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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