User GuideΒΆ

Diogenes is a set of tools designed to make common machine learning tasks easier. Diogenes is divided into several parts:

  • The Read Module provides tools for reading data from external sources into Diogenes’ preferred Numpy structured array format.
  • The Display Module provides tools for summarizing data and the performance of trained classifiers.
  • The Modify Module provides tools for manipulating arrays and generating features.
  • The Grid Search Module provides tools for finding the best classifier, testing classifier sensitivity to data sets, and cross-validating classifier performance.
  • The Array Emitter Module provides tools for processing and iterating over “RG-formatted” (transposed) arrays.
  • The Utils Module provides miscilaneous utilities–mostly for processing structured arrays.

Contents: