Skip to content
#

stacking-ensemble

Here are 30 public repositories matching this topic...

Data from a website that provides job reviews. The website wants to analyze texts and the corresponding rating that is provided by the user about startups. Based on the texts, try to verify if it corresponds to the score provided by the reviewer. the task helps the website to rank user's reviews or ratings

  • Updated Apr 18, 2021
  • Jupyter Notebook

In this project, we reduced an imbalanced dataset to a balanced dataset using Under-sampling approach by applying Consensus Clustering using 'Simple Majority Voting' consensus function and further saw the increase in the accuracy of disease prediction by running multiple classifiers with bagging and boosting technique.

  • Updated May 29, 2021
  • Jupyter Notebook

In this problem statement, a sequence of genetic mutations and clinical evidences, i.e. descriptive texts as recorded by domain experts are used to classify the mutations to conclusive categories, to be used for diagnosis of the patient.

  • Updated Jul 10, 2021
  • Jupyter Notebook

For this group project, I performed cluster analysis and classification using Python to predict one of three classes for water pumps; functional, functional but needs repair, and non-functions. I used clustering to find hidden data structures to exploit for fitting individual classification techniques with better results than using the entire dataset. Unfortunately, k-means clustering, DBSCAN, hierarchical clustering, nor OPTICS produced well-defined clusters. The entire dataset was therefore used for fitting classification algorithms. The two classification techniques I was responsible for were k-nearest neighbors and stacked generalization ensemble. For the latter, I combined the best models each group member developed. All the models had a hard time predicting the functional but need repair class. My best model was only able to achieve an accuracy of 76%.

  • Updated Jun 29, 2021
  • Jupyter Notebook

Application of learnings in the Machine Learning course , this project mainly gives first hand idea of elaborative exploratory data analysis performed on data sets and various advanced regressions models are used for predicting House Prices.

  • Updated Aug 23, 2020
  • Jupyter Notebook

Used different types of machine learning classifiers such as Passive Aggressive, Extra Trees, Dummy Classifier to detect the DDos attack and compared the accuracies of the classifiers to determine the best out of the three.

  • Updated Jul 8, 2020

Improve this page

Add a description, image, and links to the stacking-ensemble topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the stacking-ensemble topic, visit your repo's landing page and select "manage topics."

Learn more