Skip to content

Commit

Permalink
Merge pull request #750 from brightics/brtc-template-0427-3
Browse files Browse the repository at this point in the history
delete description
  • Loading branch information
hyoxt121 committed Apr 27, 2020
2 parents d31caac + c5d881c commit d23a7dc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4756,6 +4756,5 @@
"GAP_WIDTH": 55,
"GAP_HEIGHT": 40
},
"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>"
"problemList": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -7244,6 +7244,5 @@
"GAP_WIDTH": 55,
"GAP_HEIGHT": 40
},
"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>"
"problemList": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -7411,6 +7411,5 @@
"GAP_WIDTH": 55,
"GAP_HEIGHT": 40
},
"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>"
"problemList": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -3353,6 +3353,5 @@
"GAP_WIDTH": 55,
"GAP_HEIGHT": 40
},
"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>"
"problemList": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -7147,6 +7147,5 @@
"GAP_WIDTH": 55,
"GAP_HEIGHT": 40
},
"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>"
"problemList": []
}

0 comments on commit d23a7dc

Please sign in to comment.