Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Getting basic statistics #207

Open
drbh opened this issue Aug 9, 2019 · 0 comments
Open

Getting basic statistics #207

drbh opened this issue Aug 9, 2019 · 0 comments

Comments

@drbh
Copy link

drbh commented Aug 9, 2019

I am using the logit model

use rusty_machine::learning::logistic_reg::LogisticRegressor;

and I would like to get corresponding pvalues and error rates for the coeffs

my model looks like:

LogisticRegressor {
    base: BaseLogisticRegressor {
        parameters: Some(
            Vector {
                size: 8,
                data: [
                    -0.7278923401926283,
                    0.06431233971308888,
                    0.0030272254896660214,
                    0.016991843894604487,
                    0.010915105151989409,
                    -0.012891552442079453,
                    0.006423837227273267,
                    0.007800680523993605,
                ],
            },
        ),
    },
    alg: GradientDesc {
        alpha: 0.2,
        iters: 200,
    },
}

how do I know which of theses parameters are statistically significant?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant