https://github.com/srijanshetty/r-decision-trees
Decision Trees assignment in R
https://github.com/srijanshetty/r-decision-trees
Last synced: about 2 months ago
JSON representation
Decision Trees assignment in R
- Host: GitHub
- URL: https://github.com/srijanshetty/r-decision-trees
- Owner: srijanshetty
- Created: 2015-02-04T16:26:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-04T16:26:48.000Z (about 10 years ago)
- Last Synced: 2025-01-17T19:51:20.170Z (3 months ago)
- Language: R
- Size: 410 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
About
------- Assignment on **Decision Trees** done for **CS771: Machine Learning Tools and Techniques**. Refer to *QUESTION.pdf* for details.
Dataset
-------- The dataset is the [Pima Indians Diabetes Data Set](https://archive.ics.uci.edu/ml/machine-learning-databases/pima-indians-diabetes/pima-indians-diabetes.data) dataset contained in *pim.txt*.
- Refer to [pima-indians-diabetes.names](https://archive.ics.uci.edu/ml/machine-learning-databases/pima-indians-diabetes/pima-indians-diabetes.names) for information on the dataset.Report
------- Refer to *report.pdf* for details on the report submitted.