Skip to content

Commit

Permalink
Merge pull request #752 from brightics/brtc-template-0424
Browse files Browse the repository at this point in the history
add description of template
  • Loading branch information
hyoxt121 committed Apr 28, 2020
2 parents e23f764 + cb2cb95 commit b825a35
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 15 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Expand Up @@ -4756,5 +4756,6 @@
"GAP_WIDTH": 55,
"GAP_HEIGHT": 40
},
"problemList": []
"problemList": [],
"description": "<p>■ Dataset : US Census income dataset (modified from http://archive.ics.uci.edu/ml/datasets/Census+Income)<br /> . y: &gt;50K, &lt;=50K.<br /> . x: age, fnlwgt, education-num, gender, capital-gain, capital-loss, hours-per-week<br />■ Target: Develop the income prediction model.</p><p>■ Analytics process</p><p> . Exploratory Data Analysis : Identify the characteristics of the data</p><p> . Analysis: Divide the sample into train set and test set and preform KNN Classification and Random Forest Classification.<br /> . Interpret results : Achieved accuracy 0.747 for KNN and 0.803 for Random Forest.</p>"
}
Expand Up @@ -7244,5 +7244,6 @@
"GAP_WIDTH": 55,
"GAP_HEIGHT": 40
},
"problemList": []
"problemList": [],
"description": "<p>■ Dataset : Iris <br /> . y: species<br /> . x: sepal_length, sepal_width, petal_length, petal_width<br />■ Target: Clustering of individual iris by features<br />■ Analytics process<br /> . Pre-Procession: One hot encoding for categorical variables (species)<br /> . Exploratory Data Analysis : Identify the characteristics of the data<br /> . Clustering : K-Means, Gaussian Mixture, Hierarchical clustering<br /> . Apply results : Profiling for cluster, Labeling test data</p>"
}
Expand Up @@ -7411,5 +7411,6 @@
"GAP_WIDTH": 55,
"GAP_HEIGHT": 40
},
"problemList": []
"problemList": [],
"description": "<p>■ Dataset: abalone dataset (retrieved from http://archive.ics.uci.edu/ml/datasets/Abalone)<br /> . y: rings<br /> . x: Sex, Length, Diameter, Height, Whole weight, Shucked weight, Viscera weight, Shell weight<br />■ Target: Develop model for the age of abalones<br />■ Analytics process<br /> . Exploratory Data Analysis : Identify the characteristics of the data<br /> . Analysis: Perform linear regression, XGB regression and penalized linear regreession+random forest regression and perform evaluation<br /> . Interpret results : RMSE for linear regression is 2.200, XGB Regression is 2.187 and penalized+random forest is RMSE.</p>"
}
Expand Up @@ -3353,5 +3353,6 @@
"GAP_WIDTH": 55,
"GAP_HEIGHT": 40
},
"problemList": []
"problemList": [],
"description": "<p>■ Dataset : Iris <br /> . y: species<br /> . x: sepal_length, sepal_width, petal_length, petal_width<br />■ Target: Preprocessing and Exploratory Data Analysis<br />■ Analytics process<br /> . Exploratory Data Analysis : Identify the characteristics of the data<br /> . Data preprocessing: Data preprocessing using Query Executor and Python Script<br /> . Investigate summary statistics: Investigate distribution of data via summary statistics.</p>"
}
Expand Up @@ -7147,5 +7147,6 @@
"GAP_WIDTH": 55,
"GAP_HEIGHT": 40
},
"problemList": []
"problemList": [],
"description": "<p>■ Dataset : US state of the union dataset<br /> . variables: year, president, party, statement<br />■ Target: Perform sentiment analysis for the state of the union, and analyze it via linear regression</p><p>■ Analytics process<br /> . Exploratory Data Analysis : Identify the characteristics of the data<br /> . Preprocessing: Preprocess the text data<br /> . Analysis: Doc2Vec, followed by SVM classification</p><p> . Interpret result: Doc2Vec vectors successfully predicted the party of the president</p>"
}

0 comments on commit b825a35

Please sign in to comment.