Python with Tableau
-
Updated
Nov 24, 2020 - Python
Python with Tableau
This is an linear approach machine learning model used to predict the values of variable(dependent) based on other variables(independent).
multi_corr helps to identify multicollinearity in a simple and straight manner.
Amidst the buzz of college applications, created a model to predict whether or not a student gets into a certain college based on wide range of features including test scores, univesity rankings, etc.
Feature selection functions (1) using the multi-collinearity matrix and recursively proceeding to a spearman threshold and (2) using Forward Stepwise Selection running on an ensemble sklearner (with options for HPO).
Add a description, image, and links to the multicollinearity topic page so that developers can more easily learn about it.
To associate your repository with the multicollinearity topic, visit your repo's landing page and select "manage topics."