https://github.com/miozilla/randomforestclassifier
RandomForestClassifier :cherry_blossom::deciduous_tree: : CSV Load, Train, Infer Model Demo # sklearn.ensemble # train_test_split # accuracy_score
https://github.com/miozilla/randomforestclassifier
comma-separated-values flask inference joblib pandas predict sklearn
Last synced: 2 months ago
JSON representation
RandomForestClassifier :cherry_blossom::deciduous_tree: : CSV Load, Train, Infer Model Demo # sklearn.ensemble # train_test_split # accuracy_score
- Host: GitHub
- URL: https://github.com/miozilla/randomforestclassifier
- Owner: miozilla
- Created: 2025-08-28T07:53:06.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-08-28T08:39:27.000Z (9 months ago)
- Last Synced: 2025-08-28T15:36:31.472Z (9 months ago)
- Topics: comma-separated-values, flask, inference, joblib, pandas, predict, sklearn
- Language: Python
- Homepage:
- Size: 344 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RandomForestClassifier πΈπ³
RandomForestClassifier : CSV Load, Train, Infer Model Demo # sklearn.ensemble # train_test_split # accuracy_score
## Objective
- load csv format dataset
- train the model on the dataset
- infer the predictions from the trained model
## CSV Load, Train, Infer RandomForestClassifier Model Demo





