{ "info": { "author": "Peter \"fracpete\" Reutemann", "author_email": "pythonwekawrapper@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python :: 2.7", "Topic :: Scientific/Engineering :: Artificial Intelligence" ], "description": "The **python-weka-wrapper** package makes it easy to run\nWeka algorithms and filters from within Python. It offers access to Weka\nAPI using thin wrappers around JNI calls using the **javabridge** package.\n\nForum for project at:\n\nhttps://groups.google.com/forum/#!forum/python-weka-wrapper\n\nChangelog\n=========\n\n0.3.15 (2019-01-11)\n-------------------\n\n- added wrapper classes for association classes that implement `AssociationRuleProducer`\n (package `weka.associations`): `AssociationRules`, `AssociationRule`, `item`\n- added `to_source` method to `weka.classifiers.Classifier` and `weka.filters.Filter`\n (underlying Java classes must implement the respective `Sourcable` interface)\n\n\n0.3.14 (2018-10-28)\n-------------------\n\n- fixed logging setup in `weka.core.jvm` to avoid global setting global logging\n setup to `DEBUG` (thanks to https://github.com/Arnie97)\n\n\n0.3.13 (2018-09-16)\n-------------------\n\n- upgraded to Weka 3.9.3\n- `weka.jar` now included in PyPi package\n- exposed the following methods in `weka.classifiers.Evaluation`:\n `cumulative_margin_distribution`, `sf_prior_entropy`, `sf_scheme_entropy`\n\n\n0.3.12 (2018-02-18)\n-------------------\n\n- upgraded to Weka 3.9.2\n- properly initializing package support now, rather than adding package jars to classpath\n- added `weka.core.ClassHelper` Java class for obtaining classes and static fields, as\n javabridge only uses the system class loader\n\n\n0.3.11 (2017-08-23)\n-------------------\n\n- added `check_for_modified_class_attribute` method to `FilterClassifier` class\n- added `complete_classname` method to `weka.core.classes` module, which allows\n completion of partial classnames like `.J48` to `weka.classifiers.trees.J48`\n if there is a unique match; `JavaObject.new_instance` and `JavaObject.check_type`\n now make use of this functionality, allowing for instantiations like\n `Classifier(cls=\".J48\")`\n- `jvm.start(system_cp=True)` no longer fails with a `KeyError: 'CLASSPATH'` if\n there is no `CLASSPATH` environment variable defined\n- Libraries `mtl.jar`, `core.jar` and `arpack_combined_all.jar` were added as is\n to the `weka.jar` in the 3.9.1 release instead of adding their content to it.\n Repackaged `weka.jar` to fix this issue (https://github.com/fracpete/python-weka-wrapper/issues/52)\n\n\n0.3.10 (2017-01-04)\n-------------------\n\n- `types.double_matrix_to_ndarray` no longer assumes a square matrix\n (https://github.com/fracpete/python-weka-wrapper/issues/48)\n- `len(Instances)` now returns the number of rows in the dataset (module `weka.core.dataset`)\n- added method `insert_attribute` to the `Instances` class\n- added class method `create_relational` to the `Attribute` class\n- upgraded Weka to 3.9.1\n\n\n0.3.9 (2016-10-19)\n------------------\n\n- `plot_learning_curve` method of module `weka.plot.classifiers` now accepts a list of test sets;\n `*` is index of test set in label template string\n- added `missing_value()` methods to `weka.core.dataset` module and `Instance` class\n- output variable `y` for convenience method `create_instances_from_lists` in module\n `weka.core.dataset` is now optional\n- added convenience method `create_instances_from_matrices` to `weka.core.dataset` module to easily create\n an `Instances` object from numpy matrices (x and y)\n\n\n0.3.8 (2016-05-09)\n------------------\n\n- now works with javabridge 1.0.14 as well\n\n\n0.3.7 (2016-05-04)\n------------------\n\n- upgraded Weka to 3.9.0\n\n\n0.3.6 (2016-04-02)\n------------------\n\n- `Loader.load_file` method now checks whether the dataset file really exists, otherwise a previously loaded\n file gets loaded again without an error message (seems to be a Weka issue)\n- replaced `org.pentaho.packageManagement` with `weka.core.packageManagement` as the package management code\n is now part of Weka rather than a third-party library\n- `jvm.start()` no longer tries to load packages and therefore suppresses error message if `$HOME/wekafiles/packages`\n should not yet exist\n\n\n0.3.5 (2016-01-29)\n------------------\n\n- added support for `weka.core.BatchPredictor` to class `Classifier` in module `weka.classifiers`\n- upgraded Weka to revision 12410 (post 3.7.13) to avoid performance bottleneck when using setOptions method\n- fixed class `SetupGenerator` from module `weka.core.classes`\n- added `load_any_file` method to the `weka.core.converters` module\n- added `save_any_file` method to the `weka.core.converters` module\n- if `GridSearch` instantiation (module `weka.classifiers`) fails, it now outputs message whether package\n installed and JVM with package support started\n\n\n0.3.4 (2016-01-15)\n------------------\n\n- added convenience method `create_instances_from_lists` to `weka.core.dataset` module to easily create\n an `Instances` object from numeric lists (x and y)\n- added `get_object_tags` method to `Tags` class from module `weka.core.classes`, to allow obtaining\n `weka.core.Tag` array from the method of a `JavaObject` rather than a static field (MultiSearch)\n- updated `MultiSearch` wrapper in module `weka.classifiers` to work with the `multi-search` package\n version 2016.1.15 or later\n\n\n0.3.3 (2015-09-26)\n------------------\n\n- updated to Weka 3.7.13\n- documentation now covers the API as well\n\n\n0.3.2 (2015-06-29)\n------------------\n\n- The `packages` parameter of the `weka.core.jvm.start()` function can be used for specifying an alternative\n Weka home directory now as well\n- added `train_test_split` method to `weka.core.Instances` class to easily create train/test splits\n- `evaluate_train_test_split` method of `weka.classifiers.Evaluation` class now uses the `train_test_split` method\n\n\n0.3.1 (2015-04-23)\n------------------\n\n- added `get_tags` class method to `Tags` method for easier instantiation of Tag arrays\n- added `find` method to `Tags` class to locate `Tag` object that matches the string\n- fixed `__getitem__` and `__setitem__` methods of the `Tags` class\n- added `GridSearch` meta-classifier with convenience properties to module `weka.classifiers`\n- added `SetupGenerator` and various parameter classes to `weka.core.classes`\n- added `MultiSearch` meta-classifier with convenience properties to module `weka.classifiers`\n- added `quote`/`unquote` and `backquote`/`unbackquote` methods to `weka.core.classes` module\n- added `main` method to `weka.core.classes` for operations on options: join, split, code\n- added support for option handling to `weka.core.classes` module\n\n\n0.3.0 (2015-04-15)\n------------------\n\n- added method `ndarray_to_instances` to `weka.converters` module for converting Numpy 2-dimensional array into `Instances` object\n- added method `plot_learning_curve` to `weka.plot.classifiers` module for creating learning curves for multiple classifiers for a specific metric\n- added plotting of experiments with `plot_experiment` methid in `weka.plot.experiments` module\n- `Instance.create_instance` method now takes list of tuples (index, internal float value) when generating sparse instances\n- added `weka.core.database` module for loading data from a database\n- added `make_copy` class method to `Clusterer` class\n- added `make_copy` class method to `Associator` class\n- added `make_copy` class method to `Filter` class\n- added `make_copy` class method to `DataGenerator` class\n- most classes (like Classifier and Filter) now have a default classname value in the constructor\n- added `TextDirectoryLoader` class to `weka.core.converters`\n- moved all methods from `weka.core.utils` to `weka.core.classes`\n- fixed `Attribute.index_of` method for determining label index\n- fixed `Attribute.add_string_value` method (used incorrect JNI parameter)\n- `create_instance` and `create_sparse_instance` methods of class `Instance` now ensure that list values are float\n- added `to_help` method to `OptionHandler` class which outputs a help string generated from the base class's\n `globalInfo` and `listOptions` methods\n- fixed `test_model` method of `Evaluation` class when supplying a `PredictionOutput` object (previously generated `No dataset structure provided!` exception)\n- added `batch_finished` method to `Filter` class for incremental filtering\n- added `line_plot` method to `weka.plot.dataset` module for plotting dataset using internal format (one line plot per instance)\n- added `is_serializable` property to `JavaObject` class\n- added `has_class` convenience property to `Instance` class\n- added `__repr__` method to `JavaObject` classes (simply calls `toString()` method)\n- added `Stemmer` class in module `weka.core.stemmers`\n- added `Stopwords` class in module `weka.core.stopwords`\n- added `Tokenizer` class in module `weka.core.tokenizers`\n- added `StringToWordVector` filter class in module `weka.filters`\n- added simple workflow engine (see documentation on *Flow*)\n\n\n0.2.2 (2015-01-05)\n------------------\n\n- added convenience methods `no_class` (to unset class) and `has_class` (class set?) to `Instances` class\n- switched to using faster method objects for methods `classify_instance`/`distribution_for_instance` in `Classifier` class\n- switched to using faster method objects for methods `cluster_instance`/`distribution_for_instance` in `Clusterer` class\n- switched to using faster method objects for methods `class_index`, `is_missing`, `get/set_value`, `get/set_string_value`, `weight` in `Instance` class\n- switched to using faster method objects for methods `input`, `output`, `outputformat` in `Filter` class\n- switched to using faster method objects for methods `attribute`, `attribute_by_name`, `num_attributes`, `num_instances`,\n `class_index`, `class_attribute`, `set_instance`, `get_instance`, `add_instance` in `Instances` class\n\n\n0.2.1 (2015-01-05)\n------------------\n\n- added unit testing framework\n- added method `refresh_cache()` to `weka/core/packages.py` to allow user to refresh local cache\n- method `get_classname` in `weka.core.utils` now handles Python objects and class objects as well\n- added convenience method `get_jclass` to `weka.core.utils` to instantiate a Java class\n- added a `JavaArray` wrapper for `arrays`, which allows getting/setting elements and iterating\n- added property `classname` to class `JavaObject` for easy access to classname of underlying object\n- added class method `parse_matlab` for parsing Matlab matrix strings to `CostMatrix` class\n- `predictions` method of `Evaluation` class now return `None` if predictions are discarded\n- `Associator.get_capabilities()` method is now a property: `Associator.capabilities`\n- added wrapper classes for Java enums: `weka.core.classes.Enum`\n- fixed retrieval of `sumSq` in `Stats` class (used by `AttributeStats`)\n- fixed `cluster_instance` method in `Clusterer` class\n- fixed `filter` and `clusterer` properties in clusterer classes (`SingleClustererEnhancer`, `FilteredClusterer`)\n- added `crossvalidate_model` method to `ClusterEvaluation`\n- added `get_prc` method to `plot/classifiers.py` for calculating the area under the precision-recall curve\n- `Filter.filter` method now handles list of `Instances` objects as well, applying the filter sequentially\n to all the datasets (allows generation of compatible train/test sets)\n\n\n0.2.0 (2014-12-22)\n------------------\n\nNB: This release is not backwards compatible!\n\n- requires `JavaBridge` 1.0.9 at least\n- moved from Java-like get/set (`getIndex()` and `setIndex(int)`) to nicer Python properties\n- using Python properties (also only read-only ones) wherevere possible\n- added `weka.core.version` for accessing the Weka version currently in use\n- added `jwrapper` and `jclasswrapper` methods to `JavaObject` class (the mother of all objects in python-weka-wrapper)\n to allow generic access to an object's methods: http://pythonhosted.org//javabridge/highlevel.html#wrapping-java-objects-using-reflection\n- added convenience methods `class_is_last()` and `class_is_first()` to `weka.core.Instances` class\n- added convenience methods `delete_last_attribute()` and `delete_first_attribute()` to `weka.core.Instances` class\n\n\nOlder releases\n--------------\n\nhttps://github.com/fracpete/python-weka-wrapper/blob/7fd0bba3c74277313eb463e338c1a7e117a1ea22/CHANGES.rst", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fracpete/python-weka-wrapper", "keywords": "", "license": "GNU General Public License version 3.0 (GPLv3)", "maintainer": "", "maintainer_email": "", "name": "python-weka-wrapper", "package_url": "https://pypi.org/project/python-weka-wrapper/", "platform": "", "project_url": "https://pypi.org/project/python-weka-wrapper/", "project_urls": { "Homepage": "https://github.com/fracpete/python-weka-wrapper" }, "release_url": "https://pypi.org/project/python-weka-wrapper/0.3.15/", "requires_dist": null, "requires_python": "", "summary": "Python wrapper for the Weka Machine Learning Workbench", "version": "0.3.15" }, "last_serial": 4683714, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "0aa93bcbf487e028aaebcde847a3d545", "sha256": "183dcbc5206981a5220535ef53574bbb232c396615b857dab93411330a70db96" }, "downloads": -1, "filename": "python-weka-wrapper-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0aa93bcbf487e028aaebcde847a3d545", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60918, "upload_time": "2014-04-27T09:34:55", "url": "https://files.pythonhosted.org/packages/bd/1e/a80c8f793e2d6e45a044dad4b9811102bc66031bfd06f7eacc79b7cd4894/python-weka-wrapper-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "9145a06fbf978458a94eb764d75e0b39", "sha256": "99bd8fba5d45c6d2ae97863d5317e20bcdb08080799e65f9e9b0d36c42d426a6" }, "downloads": -1, "filename": "python-weka-wrapper-0.1.1.tar.gz", "has_sig": false, "md5_digest": "9145a06fbf978458a94eb764d75e0b39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 158137, "upload_time": "2014-05-02T01:18:14", "url": "https://files.pythonhosted.org/packages/63/db/46eeecb1a875e7c49c6d13ef49559b7184b38893b1c7d68a3fa01165342e/python-weka-wrapper-0.1.1.tar.gz" } ], "0.1.10": [ { "comment_text": "", "digests": { "md5": "18e6e0f0b66252acf36a3de17994b970", "sha256": "10c3b8a9323040b8d5a9131ea76209db14de0e02699dea5ec7ee0859350ac16d" }, "downloads": -1, "filename": "python-weka-wrapper-0.1.10.tar.gz", "has_sig": false, "md5_digest": "18e6e0f0b66252acf36a3de17994b970", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 168954, "upload_time": "2014-08-29T02:54:18", "url": "https://files.pythonhosted.org/packages/43/68/fae3e54e0efba02c502c79385008d65811203d269b1c0a18c7542383b0fb/python-weka-wrapper-0.1.10.tar.gz" } ], "0.1.11": [ { "comment_text": "", "digests": { "md5": "befda80eb6b945b4f04db3c486f6a1b9", "sha256": "fe7b56f1ab23c3985c1ad0ea346dc35ecfb8d0d433b7631c6ca798e20e522a95" }, "downloads": -1, "filename": "python-weka-wrapper-0.1.11.tar.gz", "has_sig": false, "md5_digest": "befda80eb6b945b4f04db3c486f6a1b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42516, "upload_time": "2014-09-21T22:50:55", "url": "https://files.pythonhosted.org/packages/0c/a5/0312d1844bff8522ff4553c5ae5c03b66508fe4b9b128c5c376b822af228/python-weka-wrapper-0.1.11.tar.gz" } ], "0.1.12": [ { "comment_text": "", "digests": { "md5": "c2c65bd056b8ee00f49eec42e94f8b12", "sha256": "6fabb124b3aa97736a1aff8789813a55bfcf3dc077d57f5ac2e24f781e37194a" }, "downloads": -1, "filename": "python-weka-wrapper-0.1.12.tar.gz", "has_sig": false, "md5_digest": "c2c65bd056b8ee00f49eec42e94f8b12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43972, "upload_time": "2014-10-16T22:12:46", "url": "https://files.pythonhosted.org/packages/c2/ed/c38aca6c5e393eda82d0700a40e16e21e5e3efa62e6100ced381b0c8e70d/python-weka-wrapper-0.1.12.tar.gz" } ], "0.1.13": [ { "comment_text": "", "digests": { "md5": "8e812a9fab8c565f473417812d15967a", "sha256": "6cb89b8211c678064d5b6b92ce697fe7dcc161ac9658d10fc27e268900099cca" }, "downloads": -1, "filename": "python-weka-wrapper-0.1.13.tar.gz", "has_sig": false, "md5_digest": "8e812a9fab8c565f473417812d15967a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47561, "upload_time": "2014-11-01T08:54:11", "url": "https://files.pythonhosted.org/packages/e9/8c/0a56b3b7582ed89df08fc028209704262716eaeb14883b2219d4316c3828/python-weka-wrapper-0.1.13.tar.gz" } ], "0.1.14": [ { "comment_text": "", "digests": { "md5": "f7cf103e3777b17e875ef7a9f1e991e2", "sha256": "79456eee1a85045b65ba6ec33aa704d42377584dbc0a94e5373819f2f62ddf4d" }, "downloads": -1, "filename": "python-weka-wrapper-0.1.14.tar.gz", "has_sig": false, "md5_digest": "f7cf103e3777b17e875ef7a9f1e991e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49117, "upload_time": "2014-12-16T00:51:58", "url": "https://files.pythonhosted.org/packages/3b/bf/1bc3010f1bac7f550d2c4e9c923f6222025689a519b2c5f81873ffe37261/python-weka-wrapper-0.1.14.tar.gz" } ], "0.1.15": [ { "comment_text": "", "digests": { "md5": "c010751dffb8e8e021abd0bb85f7db31", "sha256": "aff557269b1663a2f5ce1be0a744f151af86bafd1871cc1ff0586e098ff31491" }, "downloads": -1, "filename": "python-weka-wrapper-0.1.15.tar.gz", "has_sig": false, "md5_digest": "c010751dffb8e8e021abd0bb85f7db31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49296, "upload_time": "2014-12-17T20:08:07", "url": "https://files.pythonhosted.org/packages/66/15/5de35f1251dd2fc91d7842c172c5ff5de92b67f7a68e444384ad94f0cf97/python-weka-wrapper-0.1.15.tar.gz" } ], "0.1.16": [ { "comment_text": "", "digests": { "md5": "200865eb913d4272eb7a9851fe8a9f20", "sha256": "b3597498070344307f6e476ddc60b2d5e7f1a161277a47ce9fbbd91402e68412" }, "downloads": -1, "filename": "python-weka-wrapper-0.1.16.tar.gz", "has_sig": false, "md5_digest": "200865eb913d4272eb7a9851fe8a9f20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49350, "upload_time": "2014-12-17T20:36:12", "url": "https://files.pythonhosted.org/packages/4e/ba/da245bd652fceba1072ba209e5ad0ba7b648b5f1f2e8a4a3aa91d03d5bf6/python-weka-wrapper-0.1.16.tar.gz" } ], "0.1.17": [ { "comment_text": "", "digests": { "md5": "e28dde3b1153262d66f4bf0094895a92", "sha256": "42ec843f0853116eb59199deecfebc2afebe2fd5666f6b55ffc20a09bd203502" }, "downloads": -1, "filename": "python-weka-wrapper-0.1.17.tar.gz", "has_sig": false, "md5_digest": "e28dde3b1153262d66f4bf0094895a92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49412, "upload_time": "2014-12-17T20:42:06", "url": "https://files.pythonhosted.org/packages/91/09/075cfa6ba4c999dce473c94c9432187c59129c9ced09f1c4138003557dd6/python-weka-wrapper-0.1.17.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "d150edb8cf234108bead7657b6c6337c", "sha256": "c68b195377cc482af31b5a9d48479b4bf2680f57dad57c10510e1812177be974" }, "downloads": -1, "filename": "python-weka-wrapper-0.1.2.tar.gz", "has_sig": false, "md5_digest": "d150edb8cf234108bead7657b6c6337c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 161622, "upload_time": "2014-05-13T04:58:59", "url": "https://files.pythonhosted.org/packages/71/9b/534793078a7461c2e0de803e12fac7324f62ef6b0b369c2ccfce24e9c73e/python-weka-wrapper-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "e745d793c7600430c927efa7097bc39d", "sha256": "036ef54c0d99bbe704ccf5a45f7ffddcc26ab81da3d36cd87160b51e87e07546" }, "downloads": -1, "filename": "python-weka-wrapper-0.1.3.tar.gz", "has_sig": false, "md5_digest": "e745d793c7600430c927efa7097bc39d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 162077, "upload_time": "2014-05-17T11:31:37", "url": "https://files.pythonhosted.org/packages/ed/1c/fd506d0a164b64c03b92924c792a90ede3d32fbb624065078566fc0ab052/python-weka-wrapper-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "8daf07ae1cd9c84ee9d4f5dfe54f79c6", "sha256": "9c45db807c307ee1e72fe60e1d9ca2a9a072cea9c2c8b31d72b8be848ba38ea3" }, "downloads": -1, "filename": "python-weka-wrapper-0.1.4.tar.gz", "has_sig": false, "md5_digest": "8daf07ae1cd9c84ee9d4f5dfe54f79c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 162648, "upload_time": "2014-05-19T00:59:25", "url": "https://files.pythonhosted.org/packages/0b/dd/e13ce8e1ac13677eade44aef8f8f00f260ce3e316a259da8d79616fe67b1/python-weka-wrapper-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "62b277e96b478275bcdd84d1126a37f3", "sha256": "817c126a12c0fca376a0a2ae6857e8f15284313c1948a0576c95968d3a02d441" }, "downloads": -1, "filename": "python-weka-wrapper-0.1.5.tar.gz", "has_sig": false, "md5_digest": "62b277e96b478275bcdd84d1126a37f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 165863, "upload_time": "2014-05-23T04:31:26", "url": "https://files.pythonhosted.org/packages/56/12/dc4c85cb4f079ae6f761ae30f9c8346bae500188008ccb933cd83e5357be/python-weka-wrapper-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "100bc7ff9d968ae13c3980e63a3622da", "sha256": "a2c1a834bcf67df3376b4e9002a82617ebe7519c84d395b02ff7ff8806d2be00" }, "downloads": -1, "filename": "python-weka-wrapper-0.1.6.tar.gz", "has_sig": false, "md5_digest": "100bc7ff9d968ae13c3980e63a3622da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 165896, "upload_time": "2014-05-29T03:58:22", "url": "https://files.pythonhosted.org/packages/07/e6/a5b67a320677245374fbaeb75d54cda186d9e43fcf96144e396f1cb0fbb0/python-weka-wrapper-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "ed87e65d4a75ea012615ea924ac7830b", "sha256": "371046b148040e44387be8c2c25957035db05032f0fbbaa2dab3da8389608812" }, "downloads": -1, "filename": "python-weka-wrapper-0.1.7.tar.gz", "has_sig": false, "md5_digest": "ed87e65d4a75ea012615ea924ac7830b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 166881, "upload_time": "2014-06-26T00:11:20", "url": "https://files.pythonhosted.org/packages/5e/0f/a45aa7209315f1c1427bd05a696c6cc30d401b9dea6fccd12b4dfb910646/python-weka-wrapper-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "9855abdcc97c607fb370be3c065f5459", "sha256": "c0a7e49c8462955f411d6126f4c762161332c0146e92a36bad2daec16de1a3b4" }, "downloads": -1, "filename": "python-weka-wrapper-0.1.8.tar.gz", "has_sig": false, "md5_digest": "9855abdcc97c607fb370be3c065f5459", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 167160, "upload_time": "2014-06-26T00:36:19", "url": "https://files.pythonhosted.org/packages/31/35/d9f0a0abc35c5822cb31f38206e3e4241d58f5dadca0ca2e3322dc50f4e3/python-weka-wrapper-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "6f77cd6a2c499e9af9165626b968843e", "sha256": "06c9350ea4768d04ccdf99ce7c851e268f5f995691b76ce3545197b720fccfe2" }, "downloads": -1, "filename": "python-weka-wrapper-0.1.9.tar.gz", "has_sig": false, "md5_digest": "6f77cd6a2c499e9af9165626b968843e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 168115, "upload_time": "2014-08-18T08:27:50", "url": "https://files.pythonhosted.org/packages/e3/ed/b5fdd648dc7bdc7d3c6ee514ca8211940e268c72fc2dbba6318f7d865f15/python-weka-wrapper-0.1.9.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "0f6ea3e3479b9866d1aee2c55b960502", "sha256": "cc1eceb0e5c9addbee7ca06ee4edd7a0528937b7d291b1838b727e64eb9c78b1" }, "downloads": -1, "filename": "python-weka-wrapper-0.2.0.tar.gz", "has_sig": false, "md5_digest": "0f6ea3e3479b9866d1aee2c55b960502", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51833, "upload_time": "2014-12-22T08:17:15", "url": "https://files.pythonhosted.org/packages/fc/4b/a6b321e36dfa56950a958a6b9781e6de8f73536578bba3e92d0214a179ec/python-weka-wrapper-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "e0890dfabf06fe51786b7303a6396bd7", "sha256": "7b2413ec3bbd37d4713b40ce4c666b06a1a62de2845dec30fd2b8495fa6b2645" }, "downloads": -1, "filename": "python-weka-wrapper-0.2.1.tar.gz", "has_sig": false, "md5_digest": "e0890dfabf06fe51786b7303a6396bd7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54882, "upload_time": "2015-01-04T23:24:12", "url": "https://files.pythonhosted.org/packages/2a/1e/8a6bdea5664745465f99c9d8a979a04da5fbfc8b5b89993d85083cc9e177/python-weka-wrapper-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "2b15ba32d8487458b14b298b75c65ac9", "sha256": "ea7e1a6fbba0165b9e50f66b7974195c02ad952c435ea883c8cfe1adde8191ec" }, "downloads": -1, "filename": "python-weka-wrapper-0.2.2.tar.gz", "has_sig": false, "md5_digest": "2b15ba32d8487458b14b298b75c65ac9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52275, "upload_time": "2015-01-05T02:37:03", "url": "https://files.pythonhosted.org/packages/63/e3/f50c0f8536fd5424213286ba0582a0da0491ac0bb163f83117a830f7cba5/python-weka-wrapper-0.2.2.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "b8a6e3b21be93481652a442f4be9c07d", "sha256": "4fbd6ecc7e3f99fb9677ace920f0dd7a215f18e9808adf78e46f4199f5b94296" }, "downloads": -1, "filename": "python-weka-wrapper-0.3.0.tar.gz", "has_sig": false, "md5_digest": "b8a6e3b21be93481652a442f4be9c07d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 61810, "upload_time": "2015-04-15T10:31:30", "url": "https://files.pythonhosted.org/packages/bb/f3/c84f93453ddd39100b27ab7414d67e27a11c19f5585e1a3925f7c62134e4/python-weka-wrapper-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "a997adf35e54b9fe52c63d5cd18376c6", "sha256": "0c100c47b5111ec62b7d7ca7573570fdb6b4a9d4ff003e9c2203eb6b5d1ee51b" }, "downloads": -1, "filename": "python-weka-wrapper-0.3.1.tar.gz", "has_sig": false, "md5_digest": "a997adf35e54b9fe52c63d5cd18376c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65589, "upload_time": "2015-04-22T22:03:45", "url": "https://files.pythonhosted.org/packages/3d/de/2d64cea9a988686c84208ff0e640a14b22eb5cb94e14786c3949f638905e/python-weka-wrapper-0.3.1.tar.gz" } ], "0.3.10": [ { "comment_text": "", "digests": { "md5": "4d8dca7175a50ed1f874090509b4a639", "sha256": "677d40469c73be1efb5079aec6d253fd494063767337ee4f3afb5887a5e7c9ca" }, "downloads": -1, "filename": "python-weka-wrapper-0.3.10.tar.gz", "has_sig": false, "md5_digest": "4d8dca7175a50ed1f874090509b4a639", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 90637, "upload_time": "2017-01-04T09:14:14", "url": "https://files.pythonhosted.org/packages/0a/43/c6d5bdb9b4e24cd59f2fff1779e43862cbedaf6fec6b0c6890696c4f7993/python-weka-wrapper-0.3.10.tar.gz" } ], "0.3.11": [ { "comment_text": "", "digests": { "md5": "0469eb8d1007f54658c3f3239db3ed7d", "sha256": "a5527b1ee0fb2e761a72aaefc1441a84af519225c283d8b5ce145b21d14418eb" }, "downloads": -1, "filename": "python-weka-wrapper-0.3.11.tar.gz", "has_sig": false, "md5_digest": "0469eb8d1007f54658c3f3239db3ed7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88660, "upload_time": "2017-08-22T22:55:18", "url": "https://files.pythonhosted.org/packages/82/65/0c4497386c9064b1a5e6f77e1e25c43a3057572e47e88279ee8a33d57fdf/python-weka-wrapper-0.3.11.tar.gz" } ], "0.3.12": [ { "comment_text": "", "digests": { "md5": "d1609993b6951afdb3bd0a53a05d742a", "sha256": "ea86eef8bcd12bce796a03d02cd01b4b00de6335e31450097ff4896d9e46de4e" }, "downloads": -1, "filename": "python-weka-wrapper-0.3.12.tar.gz", "has_sig": false, "md5_digest": "d1609993b6951afdb3bd0a53a05d742a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 92046, "upload_time": "2018-02-18T03:41:56", "url": "https://files.pythonhosted.org/packages/2b/df/589593be7058b28a35bd08372c39e5c668d85f9478bb2d047a77e4e2adea/python-weka-wrapper-0.3.12.tar.gz" } ], "0.3.13": [ { "comment_text": "", "digests": { "md5": "e37b5e40e3153f7fe7c2e715ee42682a", "sha256": "f0c6ba9dec5f864644770da06213c8c1f5af43a8b7adc38bc7555a8d8429a8bf" }, "downloads": -1, "filename": "python-weka-wrapper-0.3.13.tar.gz", "has_sig": false, "md5_digest": "e37b5e40e3153f7fe7c2e715ee42682a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10122535, "upload_time": "2018-09-16T02:30:19", "url": "https://files.pythonhosted.org/packages/20/8f/e3e8d13785108dfa9af9527c43781c5f768455cd773048937ab99c1fd610/python-weka-wrapper-0.3.13.tar.gz" } ], "0.3.14": [ { "comment_text": "", "digests": { "md5": "d51ae75812843d0db66ea23465899286", "sha256": "487fb80576f1f10d3acb357cdf34a946cc0b40519ce3fc91c2340fb92e275fb1" }, "downloads": -1, "filename": "python-weka-wrapper-0.3.14.tar.gz", "has_sig": false, "md5_digest": "d51ae75812843d0db66ea23465899286", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10122669, "upload_time": "2018-10-28T02:15:58", "url": "https://files.pythonhosted.org/packages/91/86/81dd6f861b4f00bcf80111a53b99ded3f79485a73210ceecacaa4d7ee7ec/python-weka-wrapper-0.3.14.tar.gz" } ], "0.3.15": [ { "comment_text": "", "digests": { "md5": "57dfe43fe7bcb299ba2006a21a3ed265", "sha256": "fc4e93c8b7618ad33a1a818b49a73497270bc3a5b814abcf46350702da460101" }, "downloads": -1, "filename": "python-weka-wrapper-0.3.15.tar.gz", "has_sig": false, "md5_digest": "57dfe43fe7bcb299ba2006a21a3ed265", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10124973, "upload_time": "2019-01-11T03:56:06", "url": "https://files.pythonhosted.org/packages/2a/41/19c7bc2e177371cc273cc8aa17d66bd3ef9a6192160eecc56566ea31d959/python-weka-wrapper-0.3.15.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "7e7cd6d65bfe5a726f622d2aaae84849", "sha256": "369278c59aea9b9109eeea22302fa131f77dfdef8eafac11a589959ae3ab0d49" }, "downloads": -1, "filename": "python-weka-wrapper-0.3.2.tar.gz", "has_sig": false, "md5_digest": "7e7cd6d65bfe5a726f622d2aaae84849", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66178, "upload_time": "2015-06-28T21:05:48", "url": "https://files.pythonhosted.org/packages/43/f7/f912ce042ea07143e758c000ac5198bf91b7834b51aba4cc5ec542258144/python-weka-wrapper-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "a3dae0c66e3c2995790758d797f96fb4", "sha256": "c9c520079c8249bf94247b28f18b303a27e505598ef8aa73803397c625a6251b" }, "downloads": -1, "filename": "python-weka-wrapper-0.3.3.tar.gz", "has_sig": false, "md5_digest": "a3dae0c66e3c2995790758d797f96fb4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87149, "upload_time": "2015-09-26T04:05:21", "url": "https://files.pythonhosted.org/packages/92/29/2c3e43483653dfa66bcaa33b5ef4e3d31d313a014f69cf4da2b03558693c/python-weka-wrapper-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "334945ee17dd6079c6065ce90c0be17d", "sha256": "53167be23bafa526677f264a5e024fb117945b9c31df4448ced4a75071cdea9b" }, "downloads": -1, "filename": "python-weka-wrapper-0.3.4.tar.gz", "has_sig": false, "md5_digest": "334945ee17dd6079c6065ce90c0be17d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87989, "upload_time": "2016-01-14T19:58:13", "url": "https://files.pythonhosted.org/packages/63/8a/7c3f43e0610dac316f39791d311a15ea3f2554527afddf9591fa0d33f099/python-weka-wrapper-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "002e99edeeaa9cd3c599994527b56fc5", "sha256": "5ab8c4e01925328923a0009c0a01657faab78e9da0e236bcedead4d676a8f1c3" }, "downloads": -1, "filename": "python-weka-wrapper-0.3.5.tar.gz", "has_sig": false, "md5_digest": "002e99edeeaa9cd3c599994527b56fc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88926, "upload_time": "2016-01-29T04:10:16", "url": "https://files.pythonhosted.org/packages/9b/8a/f2cd03073b7c33873c35daca27285729b1e32fa5866c82c4644facc37377/python-weka-wrapper-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "6884ec9b7e006fbefa81ab0189623c74", "sha256": "779ccb2534f8b4b261f1e78e90ca95befab15d90735880e14d2e575c283bb06b" }, "downloads": -1, "filename": "python-weka-wrapper-0.3.6.tar.gz", "has_sig": false, "md5_digest": "6884ec9b7e006fbefa81ab0189623c74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 89508, "upload_time": "2016-04-02T09:53:15", "url": "https://files.pythonhosted.org/packages/18/c2/b659f0f719f1c1caa82a7f54e806343ea5b51c0f641e7496e29587cbf464/python-weka-wrapper-0.3.6.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "8f80d8b24d2355708a5edde171562d95", "sha256": "2167b9bd77b0666520906ecfc4f49bf77692a78e378875094998a017a1f26b92" }, "downloads": -1, "filename": "python-weka-wrapper-0.3.7.tar.gz", "has_sig": false, "md5_digest": "8f80d8b24d2355708a5edde171562d95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 89550, "upload_time": "2016-05-03T21:58:59", "url": "https://files.pythonhosted.org/packages/3f/17/f750179498f9307f6c99f756889e64db421804dd4c169f4990f0308dd535/python-weka-wrapper-0.3.7.tar.gz" } ], "0.3.8": [ { "comment_text": "", "digests": { "md5": "a1a7e7bbfef6df28ef6f63e7e50101e1", "sha256": "30dcbcbba2082f3fd0a02e38189d9b23606e47564926d9e9d8728af6380b684f" }, "downloads": -1, "filename": "python-weka-wrapper-0.3.8.tar.gz", "has_sig": false, "md5_digest": "a1a7e7bbfef6df28ef6f63e7e50101e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 89602, "upload_time": "2016-05-09T02:14:37", "url": "https://files.pythonhosted.org/packages/53/03/cecedc5aec72a12bc04781c1c5df805ebd749173a818a097309add220ac3/python-weka-wrapper-0.3.8.tar.gz" } ], "0.3.9": [ { "comment_text": "", "digests": { "md5": "0cad67eaa626bd2f8b2414e9b875f29e", "sha256": "069ba371ad4f47de3c795433124c512ad7bebbc97598b6aa658ea62f1448c27b" }, "downloads": -1, "filename": "python-weka-wrapper-0.3.9.tar.gz", "has_sig": false, "md5_digest": "0cad67eaa626bd2f8b2414e9b875f29e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 90188, "upload_time": "2016-10-18T20:35:25", "url": "https://files.pythonhosted.org/packages/0f/64/dbf5b198ec645f58c71ea208b3a100677832c36a6e3c31b909903f02dfc2/python-weka-wrapper-0.3.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "57dfe43fe7bcb299ba2006a21a3ed265", "sha256": "fc4e93c8b7618ad33a1a818b49a73497270bc3a5b814abcf46350702da460101" }, "downloads": -1, "filename": "python-weka-wrapper-0.3.15.tar.gz", "has_sig": false, "md5_digest": "57dfe43fe7bcb299ba2006a21a3ed265", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10124973, "upload_time": "2019-01-11T03:56:06", "url": "https://files.pythonhosted.org/packages/2a/41/19c7bc2e177371cc273cc8aa17d66bd3ef9a6192160eecc56566ea31d959/python-weka-wrapper-0.3.15.tar.gz" } ] }