extra-trees-classifier
There are 49 repositories under extra-trees-classifier topic.
jieyima/Cryptocurrency_Investment_Analysis_and_Modeling
Machine learning regression algorithm on cryptocurrency stock price for the next 30 days.
snatch59/cnn-svm-classifier
Using Tensorflow and a Support Vector Machine to Create an Image Classifications Engine
emirhanai/NASA-Project-Plastic-Marine-Debris-Classification-Machine-Learning-Software
NASA Project; Plastic Marine Debris Classification-Machine Learning Software
emirhanai/AID362-Bioassay-Classification-and-Regression-Neuronal-Network-and-Extra-Tree-with-Machine-Learnin
I developed Machine Learning Software with multiple models that predict and classify AID362 biology lab data. Accuracy values are 99% and above, and F1, Recall and Precision scores are average (average of 3) 78.33%. The purpose of this study is to prove that we can establish an artificial intelligence (machine learning) system in health. With my regression model, you can predict whether it is Inactive or Inactive (Neural Network or Extra Trees). In classification (Neural Network or Extra Trees), you can easily classify the provided data whether it is Inactive or Active.
KrishArul26/Air-Quality-Index-prediction_with_deployment
India is one of the countries with the highest air pollution country. Generally, air pollution is assessed by PM value or air quality index value. For my further analysis, I have selected PM-2.5 value to determine the air quality prediction and the India-Bangalore region. Also, the data was collected through web scraping with the help of Beautiful Soup.
BE-PROJECTS2018/GroupNo1-Vehicular-Traffic-Abatement
Machine Learning and Data Mining based project to make a predictive model for real time vehicular traffic
cereniyim/Tree-Classification-ML-Model
Multi-label classification of various tree types
emirhanai/Machine-Learning-Prediction-Software-Based-on-Classification-and-Regression-Based-on-Processor-CPU
Machine Learning Prediction Software Based on Classification and Regression Based on Processor [CPU] Specifications
emirhanai/Machine-Learning-Software-Predicting-Germany-s-Economic-Development-from-2015-to-2019
Machine Learning Software Predicting Germany's Economic Development from 2015 to 2019
JuzerShakir/Forest_Cover-Type
Classifying Forest Cover type
asad-mahmood/featureSelectionApp
It contains the code for the deployed streamlit app which helps to determine importance of features for classification datasets using Random Forest and Extra Trees Classifiers
BhuvaneshRavi/disease-prediction-model
A prediction model that uses genetic data for disease classification. Data is extracted from a DNA microarray which measures the expression levels of large numbers of genes simultaneously.
hanaecarrie/CS5228_kaggle_income50K_classification
CS5228 Kaggle Inclass Competition: Predicting if Income > 50K
pjn51/modeling-wildfire-risk
Predicting wildfire risk using classification and regression tools. My final project as part of the Metis data science bootcamp.
Ayush9719/Quora-Question-Pair
A Comparative analysis of machine learning models on Quora Question Pair dataset
Kunal-Attri/Iris-Species-Classification
Iris Species Classification usin various ML models.
bademiya21/Supervised-Classification-of-Text-Categories
This repo describes a supervised approach to text classification using different features and classifiers. This, obviously, is good to use if there is labelled data available.
TATU-hacker/Harmony-Enhanced-Extra-Trees
Optimizing Smart Home Intrusion Detection with Harmony-Enhanced Extra Trees
anandanraju/Analysis_On_Loan_Prediction
Loan analysis is an evaluation method that determines if loans are made on feasible terms and if potential borrowers can and are willing to pay back the loan. It checks the eligibility of the potential borrower against the criteria set forth for lending.Loan analysis is an evaluation method that determines if loans are made on feasible terms and if potential borrowers can and are willing to pay back the loan. It checks the eligibility of the potential borrower against the criteria set forth for lending.
Arinjay11020/Capstone-Speech-Sentiment-Analysis
A model build on RAVDESS dataset, for speech emotion recognition. 85.59% validation accuracy
balaji025/Analysis-of-Machine-Learning-models-for-Botnet-Detection
A report of the study of Botnet Detction using Machine Learning models, this report provides an in-depth exploration of botnets, their characteristics, and the existing research in the field of botnet detection.
cglamb/Modeling
Modeling Portfolio (Python based)
damaniayesh/Breast_Cancer
The project provides information about breast cancer to help doctors predict if a person has it.
damaniayesh/Credit-Card-Approval-Prediction
The project provides the credit card approval predictor using different machine learning algorithm , just like the real banks do.
davidocmartins/Machine_Learning_Project
Applied various algorithm models to solve a binary classification problem of predicting if a patient will suffer from a disease. Project done for Machine Learning course of Data Science Ms
GabrieleCarl/creditworthiness
Prediction of creditworthiness for issuing a credit card
Huy0720/Hate-Speech-Classification
Hate Speech Classification using ML Models
razamehar/Predicting-Bank-Customer-Churn
This project aims to predict bank customer churn using a dataset derived from the Bank Customer Churn Prediction dataset available on Kaggle. The dataset for this competition has been generated from a deep learning model trained on the original dataset, with feature distributions being similar but not identical to the original data.
Shipra-09/Project-Vehicle-Insurance
This Github repository contains cross selling of health insurance customers on vehicle insurance product. We have to predict whether a customer would be interested in Vehicle Insurance or not by building a ML model. Exploring Insights/Inferences by performing EDA on the given project data. Finding the high accuracy
xinguanca/MLproject_creditcardfraud
My first machine learning project.
AhmedAbdAlkreem/Hotel-Reservation
Our task is to classify a Hotel Reservation as either booking canceled (class1) or no canceled(class0) and use more one model to arrive the best model.
anandanraju/Eligibility_Validation_Report_Model_for_Borrowing_Money_From_Bank
In simple, a Loan (borrowing money from a bank) is the sum of money that you borrow from the bank or lending financial institution in order to meet needs. These needs could result from planned or unplanned events, and by borrowing, you incur a debt that you have to pay within the agreed duration on your contract.
Azie88/Machine-Learning-Classification-Review
How to do a simple end-to-end machine learning classification project using the telco churn dataset
brmorg-to/Supervised_learning_Pima_Indian
Ensemble Learning with Pima_Indian dataset
damaniayesh/Python_Machine-Learning
It contains different types of machine learning models like Linear Regression, Logistic Regression, Clustering techniques, Time Series Forecasting etc
vasupatelll/Text_Messgae_Spam_Classifier
A Machine Learning Processing with SMS Data to predict whether the SMS is Spam/Ham with various ML Algorithms like MultinomialNB, LogisticRegression, SVC, DecisionTreeClassifier, RandomForestClassifier, KNeighborsClassifier, AdaBoostClassifier, BaggingClassifier, ExtraTreesClassifier, GradientBoostingClassifier, XGBClassifier to compare accuracy.