Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moindalvs/assignment_random_forest_2
A cloth manufacturing company is interested to know about the segment or attributes causes high sale. Approach - A Random Forest can be built with target variable Sale (we will first convert it in categorical variable) & all other variable will be independent in the analysis.
https://github.com/moindalvs/assignment_random_forest_2
data-science hyperparameter-tuning numpy pandas python random-forest-classifier sklearn
Last synced: 19 days ago
JSON representation
A cloth manufacturing company is interested to know about the segment or attributes causes high sale. Approach - A Random Forest can be built with target variable Sale (we will first convert it in categorical variable) & all other variable will be independent in the analysis.
- Host: GitHub
- URL: https://github.com/moindalvs/assignment_random_forest_2
- Owner: MoinDalvs
- Created: 2022-06-05T09:25:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T10:37:36.000Z (over 2 years ago)
- Last Synced: 2024-11-17T05:28:17.182Z (3 months ago)
- Topics: data-science, hyperparameter-tuning, numpy, pandas, python, random-forest-classifier, sklearn
- Language: Jupyter Notebook
- Homepage:
- Size: 6.42 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## **Problem Statement**
# A cloth manufacturing company is interested to know about the segment or attributes causes high sale.
## Approach - A Random Forest can be built with target variable Sale (we will first convert it in categorical variable) & all other variable will be independent in the analysis.