Skip to content
#

stacking-ensemble

Here are 50 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 Feb 22, 2022
  • 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

Ensemble methods is a machine learning technique that combines several base models in order to produce one optimal predictive model. To better understand this definition lets take a step back into ultimate goal of machine learning and model building. This is going to make more sense as I dive into specific examples and why Ensemble methods are used.

  • Updated Dec 16, 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

Binary Classification for detecting intrusion network attacks. In order, to emphasize how a network packet with certain features may have the potentials to become a serious threat to the network.

  • Updated Dec 19, 2021
  • Jupyter Notebook

The aim is to find an optimal ML model (Decision Tree, Random Forest, Bagging or Boosting Classifiers with Hyper-parameter Tuning) to predict visa statuses for work visa applicants to US. This will help decrease the time spent processing applications (currently increasing at a rate of >9% annually) while formulating suitable profile of candidates more likely to have the visa certified.

  • Updated Jan 20, 2022
  • Jupyter Notebook

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