mirror of
https://github.com/Doctorado-ML/mufs.git
synced 2025-08-15 23:55:56 +00:00
10 lines
247 B
Python
10 lines
247 B
Python
from .Selection import MFS
|
|
|
|
__version__ = "0.1"
|
|
__author__ = "Ricardo Montañana Gómez"
|
|
__author_email__ = "Ricardo.Montanana@alu.uclm.es"
|
|
__copyright__ = "Copyright 2021, Ricardo Montañana Gómez"
|
|
__license__ = "MIT License"
|
|
|
|
__all__ = ["MFS"]
|