Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

using sklearn classifier for backorder

NotificationsYou must be signed in to change notification settings

kyhoolee/backorder_classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

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

Installation

Dependencies:

  • pandas: read / write csv file
  • numpy: data format
  • sklearn: classifiers

API Reference

  • 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)

Tests

  • Training sampleorder_classifier.build_classifier_sample()

  • Evaluating sampleorder_classifier.eval_result_rf()

About

using sklearn classifier for backorder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp