The repository contains the files to solve two problems of data mining with SAS programming language.
The files of this repository are:
- data/
- Enunciado_DM.pdf
- Data_Mining_with_SAS.docx
- README.twbx
You need a SAS account to view the solution.
This file contains the data bases to solve two problems of the practice: low weight of children (Regression Lineal Model) and infant mortality (Classification Model)
The data files are:
- bajoPesoChildren_1.sas : to solve the problem of low weight of children
- mortalidad_Infantil.sas : to solve the problem of infant mortality
This file contains the explication and the objectives of the problems to solve. Also, there is the explication of every variable.
This pdf file contains the solution of two problems:
- Problem of low weight of children solved with Regression Lineal Model
- Problem of infant mortality solved with Classification Model