Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Instances and ARFF file dataset manipulations #16

Closed
kostasdizas opened this issue Jul 23, 2014 · 2 comments
Closed

Instances and ARFF file dataset manipulations #16

kostasdizas opened this issue Jul 23, 2014 · 2 comments
Assignees

Comments

@kostasdizas
Copy link

Hi
looking at the WEKA source code I found a number of additional implemented features that allow for dataset manipulations. Can that work in python too, or is it missing intentionally? Is there a plan to include support for this in the wrapper?

Some examples can be found in the docs below:

@fracpete
Copy link
Owner

looking at the WEKA source code I found a number of additional implemented features that allow for dataset manipulations. Can that work in python too, or is it missing intentionally? Is there a plan to include support for this in the wrapper?

Some examples can be found in the docs below:

http://weka.sourceforge.net/doc.dev/weka/core/Instances.html#main(java.lang.String[])
http://weka.sourceforge.net/doc.dev/weka/core/Instances.html#mergeInstances(weka.core.Instances,%20weka.core.Instances)

This project is something I only work on only when I get around to in
my spare time, sort of a fun project on the side. So far, I didn't see
any need in implementing this functionality. However, please open a
feature request issue on github and I'll add it when I get around to.

Cheers, Peter

Peter Reutemann, Dept. of Computer Science, University of Waikato, NZ
http://www.cms.waikato.ac.nz/~fracpete/ Ph. +64 (7) 858-5174

@fracpete fracpete self-assigned this Jul 23, 2014
@fracpete
Copy link
Owner

fracpete commented Aug 9, 2014

  • added static methods to Instances class: summary, merge_instances, append_instances
  • added methods to Instances class: delete_with_missing, equal_headers

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants