Skip to content

weasteam/Machine-Learning-Exercise-about-Claims

Repository files navigation

Machine Learning Exercise

We are interested in an analytic and/or predictive model to predict claims that would be denied with the following Denial.Reason.Code: F13, J8G, JO5, JB8, JE1, JC9, JF1, JF9, JG1, JPA and JES.

graph TB
    P[Prepare Data]-->C[Choose an Algorithm]
    C-->F[Fit a Model]
    F-->M[Choose a Validation Method]
    M-->E[Examine Fit and Update Until Satisfied]
    E-->FP[Use Fitted Model for Predictions]

Understand Your Data

Preprocessing data

Understand Your Data on the processed data

  • Correlations, find the columns need to be reduced
  • Skew, Histograms, Box, find the columns need to be normalized
  • Scater plat, find the category columns that does not help much

Transform Data

Feature Selection

Examples of dimensionality reduction methods include Principal Component Analysis, Singular Value Decomposition and Sammon’s Mapping.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published