mirror of
https://github.com/Doctorado-ML/mufs.git
synced 2025-08-17 16:45:53 +00:00
Rename Project and first working version
This commit is contained in:
4
setup.py
4
setup.py
@@ -20,10 +20,10 @@ def get_data(field: str):
|
||||
|
||||
|
||||
setuptools.setup(
|
||||
name="CFS",
|
||||
name="MFS",
|
||||
version=get_data("version"),
|
||||
license=get_data("license"),
|
||||
description="Correlation-based Feature Selection",
|
||||
description="Multi Feature Selection",
|
||||
long_description=readme(),
|
||||
long_description_content_type="text/markdown",
|
||||
packages=setuptools.find_packages(),
|
||||
|
Reference in New Issue
Block a user