Analysis of New York State Medicaid Program Enrollment by Month: Beginning 2009 TEAM #3 : TEAM PROJECT PRESENTATION (DATA MINING) DCS861A EMERGING INFORMATION.

Slides:



Advertisements
Similar presentations
Florida International University COP 4770 Introduction of Weka.
Advertisements

Changes to Medicaid Because of the Affordable Care Act, many more people will be eligible for Medicaid after January 1, Medicaid will be expanded.
North Carolina Aging Demographics
WEKA (sumber: Machine Learning with WEKA). What is WEKA? Weka is a collection of machine learning algorithms for data mining tasks. Weka contains.
Department of Computer Science, University of Waikato, New Zealand Eibe Frank WEKA: A Machine Learning Toolkit The Explorer Classification and Regression.
Evaluation of MineSet 3.0 By Rajesh Rathinasabapathi S Peer Mohamed Raja Guided By Dr. Li Yang.
Introduction to WEKA Aaron 2/13/2009. Contents Introduction to weka Download and install weka Basic use of weka Weka API Survey.
David Budet Mariel Castro Jason Jaworski Yevgeny Khait Florangel Marte Client: Richard Washington, NYC Transit Authority Data Mining Customer & Employee-Related.
Data Mining – Intro.
Mark DeCandia Kentucky NAEP State Coordinator
An Exercise in Machine Learning
 The Weka The Weka is an well known bird of New Zealand..  W(aikato) E(nvironment) for K(nowlegde) A(nalysis)  Developed by the University of Waikato.
Contributed by Yizhou Sun 2008 An Introduction to WEKA.
Supervised Learning and k Nearest Neighbors Business Intelligence for Managers.
In part from: Yizhou Sun 2008 An Introduction to WEKA Explorer.
1 1 Slide Evaluation. 2 2 n Interactive decision tree construction Load segmentchallenge.arff; look at dataset Load segmentchallenge.arff; look at dataset.
Knowledge Discovery and Data Mining Evgueni Smirnov.
Lisa Raiz, William Hayes, Keith Kilty, Tom Gregoire, Christopher Holloman Ohio Employer and Ohio Family Health Research Conference July 29, 2011.
Knowledge Discovery and Data Mining Evgueni Smirnov.
Managed Care Long Term Care Model The Texas Experience Presentation to: San Diego County LTCIP October 26, 2001 Cindy Adams.
Machine Learning with Weka Cornelia Caragea Thanks to Eibe Frank for some of the slides.
Group 5 Abhishek Das, Bharat Jangir.. Project Overview We received a total responses of 119 responses. The division of the responses were as follows:
The CRISP Data Mining Process. August 28, 2004Data Mining2 The Data Mining Process Business understanding Data evaluation Data preparation Modeling Evaluation.
Mark DeCandia Kentucky NAEP State Coordinator
For ITCS 6265/8265 Fall 2009 TA: Fei Xu UNC Charlotte.
Data Mining – Intro. Course Overview Spatial Databases Temporal and Spatio-Temporal Databases Multimedia Databases Data Mining.
Information from 2011 CFA  1,009 applications received by January 27, 2012  517 allocations approved by the NYPA Board of Trustees on April 24, 2012.
An Exercise in Machine Learning
Machine Learning with WEKA - Yohan Chin. WEKA ? Waikato Environment for Knowledge Analysis A Collection of Machine Learning algorithms for data tasks.
Clustering, performance evaluation, and Term Project 1.Term Project 2.Resource for review.
In part from: Yizhou Sun 2008 An Introduction to WEKA Explorer.
@relation age sex { female, chest_pain_type { typ_angina, asympt, non_anginal,
WEKA: A Practical Machine Learning Tool WEKA : A Practical Machine Learning Tool.
2  Introduction  Enrollment Trends  Demographic Characteristics  Transfers  Financial Aid  Math Sequence Content.
Los Angeles Pierce College
Machine Learning in Practice Lecture 4 Carolyn Penstein Rosé Language Technologies Institute/ Human-Computer Interaction Institute.
Data Mining: Confluence of Multiple Disciplines Data Mining Database Systems Statistics Other Disciplines Algorithm Machine Learning Visualization.
Older Adult Population Served by California’s Medi-Cal Specialty Mental Health Services Presented by BHC-CalEQRO at California Mental Health Planning.
An Introduction to WEKA
Performance Outcomes System
CHAPTER 7 Community Health Indicators.
Future Medical Cost Projections
Deans’ Briefing Book
Introduction Machine Learning 14/02/2017.
HIV Surveillance in Adolescents and Young Adults
Emily Patry, BS The Miriam Hospital, Providence, RI
Medicare Risk Adjustment Update
Los Angeles Trade Technical College
Waikato Environment for Knowledge Analysis
Los Angeles Mission College
An Introduction to WEKA
Program strategies Government as predictable business partner
How Hispanics Are Changing the Face of Nevada
Los Angeles Pierce College
Weka Package Weka package is open source data mining software written in Java. Weka can be applied to your dataset from the GUI, the command line or called.
Prepared by: Mahmoud Rafeek Al-Farra
Prepared by: Mahmoud Rafeek Al-Farra
Machine Learning with Weka
Ninja Trader: Introduction to data mining in financial applications
From , blacks/African Americans constituted the largest percentage of diagnoses of HIV infection each year. In 2008, of adults and adolescents.
Opening Weka Select Weka from Start Menu Select Explorer Fall 2003
Market Segmentation Bunting.
AIDS Trends   For all slides in this series, the following notes apply:
Lecture 10 – Introduction to Weka
M Javanbakht, S Guerry, LV Smith, P Kerndt
Medicare Advantage 101: A Primer
Greater Baltimore HIV Heath Services
Ryan White HIV/AIDS Program Service Report (RSR)
Data Mining CSCI 307, Spring 2019 Lecture 7
Data Mining CSCI 307, Spring 2019 Lecture 8
Presentation transcript:

Analysis of New York State Medicaid Program Enrollment by Month: Beginning 2009 TEAM #3 : TEAM PROJECT PRESENTATION (DATA MINING) DCS861A EMERGING INFORMATION TECHNOLOGIES II S.FEDDOCK, J. FLYNN, M. KIRCHHOFF, N. NASSAR, J. SICURANZA 1

Content  Introduction  Dataset  Tools  Methodology  Analysis  Findings  Limitations  Future Work  References  Questions  Contact Information 2

Introduction  Evaluate the number of New York State Medicaid enrollees by eligibility year and month within each economic region, health insurance plan information, and demographics using data mining algorithms and tools.  Are there differences in the number of enrollees by race, age, gender, or economic region within NYS?  What is the difference for dual eligibility by age?  Most enrollments?  Least enrollments? 3

Dataset  This dataset aggregates and displays the number of New York State Medicaid enrollees by  Eligibility year and month  Economic Region  Health Insurance Plan Information  Enrollee Demographics  Last Updated March 19,

Tools  Weka is a collection of machine learning algorithms for data mining tasks.  Tools for data pre-processing, classification, regression, clustering, association rules, and visualization.  Used Chapter 17 Weka Explorer Tutorial in Data Mining Book as guidance 5

Methodology  Preprocessing Filters  12 Attributes: 3 Numeric; 9 String  Conversion of 9 attributes to “StringToNominal”  Classify  ZeroR: Baseline and Mode  J48: Decision Tree  Cluster  SimpleKMeans: Euclidean Distance (length of line segment between points p and q)  Associator  Apriori: Frequency of item in data set, Highlights general trends 6

Analysis  Data  Preprocessing  Classify  Cluster  Associate 7

Data  Instances619,437  Attributes12  Data Dictionary provided in Word Document. 8

Data  5Eligibility Year  12Eligibility Month  11Economic Region  3Aid Category  2Dual Eligible  2Managed Care v FFS  84Plan Name  10Plan Type  2Gender  4Age Group  6Race  12,087Number of Recipients 9

Data Visual 10

Preprocessing  12 Attributes  9 String  3 Numeric  Converted 9 String Attributes to StringToNominal 11

Classify  Attributes:  Economic_Region  Race  Age_Group  ZeroR  Base line predicts New York City, WHITE,  J48  Number of Leaves:61  Size of Tree:72 Economic_RegionRaceAge Mid-Hudson BLACK45-64 Mohawk Valley WHITE45-64 New York City HISPANIC45-64 North County WHITE21-44 OTHER WHITE00-20 Southern Tier BLACK21-44 Western WHITE45-64 Capital District WHITE45-64 Central WHITE45-64 Finger Lakes WHITE45-64 Long Island WHITE

Age Group and Economic Region 13

Classify  Preprocessing 14

Cluster  SimpleKMeans 15

Results (Region and Age Group) 16

Results (Plan Name and Plan Type) 17

Associate 18

Findings The Age_Group 65+ has almost an equal division for Dual_Eligible Medicare Medicaid 19

Findings  The largest population of NYS Medicaid Enrollees are:  Race: White  Age:

Findings  The highest amount of enrollees in a given time was 77,493  Month and Year: January 2013  Econonic_Region: New York City  AID_CATEGORY: TANF/SN  DUAL: No  MCC_v_FFS: Managed Care  Plan: HealthFirst  Type: HMO/PHSP  Race: Hispanic  Gender: Female  Age:

Findings  There were 105,507 instance of single enrollments by Month, Year, Region, Aid, Dual, MC_FFS, Name, Type, Gender, Age, Race and Enrollees  Gender:  Female - 53,269  Male – 52,238  Age:  ,932  ,614  ,856  65+33,105 22

Limitations  There is approximately a three months lag for eligibility information, meaning that the most complete and current data will always be at least three months old.  This allows for the eligibility data to be complete at the time of the release.  Medicaid enrollment, aid category assignment, and managed care enrollment are subject to change over time due to changes in beneficiary eligibility status. 23

Future Work  Are there differences in the number of enrollees by aid category, dual eligibility status, or Medicaid Managed Care vs. Fee For Service?  How does the number of enrollees change over time?  Does the proportion of enrollees by race, age, gender, or economic region change over time?  Does the proportion of enrollees by aid category, dual eligibility status, or Medicaid Managed Care vs. Fee For Service change over time? 24

References 1. beginning /m4hz-kzn3/abouthttps://health.data.ny.gov/Health/Medicaid-Program-Enrollment-by-Month-Beginning- 200/m4hz-kzn3/about B04BD35?download=true

Questions ??? 26

Contact Information   J.  M.  N.  J. 27

#EOF 28