- Notifications
You must be signed in to change notification settings - Fork0
kyhoolee/backorder_classifier
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- Random-Forest classifier for classifying backorder data
- The data is imbalance between 2 label
- Duplicating the Positive-label or Re-sampling the Negative-label to get more balance data-set
- Data setBackorder data
Dependencies:
- pandas: read / write csv file
- numpy: data format
- sklearn: classifiers
Training from csv data-file and writing model to model-fileorder_classifier.training_from_csv_data(data_file, model_file)
Loading model from model-fileorder_classifier.readModel(file_path)
Read from file and convert data to numpy formatorder_preprocess.read_data(file_path)
Predictorder_classifier.predict(data, classifier)
Training sampleorder_classifier.build_classifier_sample()
Evaluating sampleorder_classifier.eval_result_rf()
About
using sklearn classifier for backorder
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published