Source code for elastic_net_gene_selection

# -*- coding: utf-8 -*-

"""Top-level package for Elastic Net Gene Selection."""

__author__ = "Rory Donovan-Maiye"
__email__ = "rorydm@alleninstitute.org"
# Do not edit this string manually, always use bumpversion
# Details in CONTRIBUTING.md
__version__ = "0.0.0"


[docs]def get_module_version(): return __version__