Skip to content

AlexTitovWork/testWekaClassify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debit or credit classifier based on WEKA source code
The major target of project is demonstrate, how WEKA-tools can be applied for  solving different financial
problem.
Generates a classifier for debit-credit transactions. Classifier based on text information from transaction DB.
For build Class, We must initialize all fields of the classifier that are not being set via options
(ie. multiple calls of buildClassifier must always lead to the same result).
Must not change the dataset in any way.
@Under GPL licence.
Major links:
https://www.cs.waikato.ac.nz/ml/index.html
https://weka.sourceforge.io/doc.dev/weka/classifiers/Classifier.html
https://weka.sourceforge.io/doc.dev/weka/core/Attribute.html
@Coded: Alfred Francis
    https://github.com/alfredfrancis/spam-classification-weka-java
@Coded and updated: Alex Titov.
    https://github.com/AlexTitovWork/testWekaClassify
@email [email protected]
https://medium.com/@alexeytitovwork

About

Debit or credit transaction classifier based on WEKA tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages