This repository contains introductory notebooks for random forest.
-
Updated
Nov 17, 2022 - Jupyter Notebook
This repository contains introductory notebooks for random forest.
This is GEM repo, as it has all the Hands-On ML notebooks
Implementing an ANN using PyTorch (under 800,000 parameters) to achieve +92% accuracy in under 100 epochs.
This notebook presents an exploratory data analysis (EDA) and regression modeling approach for the WiDS Datathon 2024 Challenge #2.
notebooks consist of various machine learning classification algorithm to predict climate based on the various factors. however this project does not implement time series algorithm.
Welcome to my second DS project also my first notebook on kaggle. In this notebook, I explore the Breast Cancer dataset and develop an RF model to try classifying suspected cells as Benign or Malignant. after using K-fold cross-validation with logistic regression, RF, SVM, and KNN to check the best model for my dataset.
This notebook demonstrates how to do cross-validation (CV) with linear regression as an example (it is heavily used in almost all modelling techniques such as decision trees, SVM etc.). We will mainly use sklearn to do cross-validation.
Add a description, image, and links to the kfold-cross-validation topic page so that developers can more easily learn about it.
To associate your repository with the kfold-cross-validation topic, visit your repo's landing page and select "manage topics."