Skip to main content

Convenient functions that are commonly used for running machine learning experiments.

Project description

Experiment Utils

Convenient scripts and functions that are commonly used in code for running experiments, specifically machine learning experiments.

The main components are:

  • io: nest namespaces in argparse, ease of saving JSONs, default arg parser, logging, and eventually profiling helpers (e.g. runtime at least)
  • data: kfold cv wrapper and abstract data class
  • visuals: Visualization scripts for common plots via pyplot

TODO

  • Add general configuration file handling and connect to the default initial argparser.
    • support yaml and JSON
  • Improve the NestedNamespace creation process so it is simpler and streamlined.
    • the user does not need to specify dest
    • the nested namespaces have args mutually exclusive only to their current namespace (node in the namespace tree), allowing separate namespaces to use the same argument name as another.
      • This requires the command line interface to provide the argparse namespace identifier when the user supplies arguments. e.g. path from top level namespace to the node of the nested namespace whose args are being modified.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

exputils_test-0.1.0-py3-none-any.whl (21.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page