Metadata-Version: 2.1
Name: pyleaps
Version: 0.0.1
Summary: Simple porting of the LEAPS package on python. Not optimized yet.
Author: Fortunato Nucera
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

This is a simple porting of regsubsets in R from the leaps package. 
It is still far from being optimized, but we will eventually get there.
In addition, for now, the user needs to manually code the categorical variable contrasts. This will be fixed in the future.


