Metadata-Version: 2.1
Name: qsarmodelingpy-gui
Version: 0.2.5
Summary: A software for building and validating QSAR models
Home-page: https://github.com/hellmrf/QSARModelingPyInterfaces
Author: Reis Filho, H. M.; Martins, J. P. A
Author-email: helitonmrf@ufmg.br,jpam@qui.ufmg.br
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE


# QSARModelingPy

QSARModelingPy is an open-source computational package to generate and validate QSAR models.

**What you _can_ do with QSARModelingPy**

-   Select variables through either OPS or Genetic Algorithm
-   Dimensionality reduction:
    -   Correlation cut
    -   Variance cut
    -   Autocorrelation cut
-   Validate your models:
    -   Cross Validation
    -   y-randomization / Leave-N-out
    -   External Validation

## Usage
After installing this package with:
```
$ pip install qsarmodelingpy-gui
```
Just launch the application:
```
$ qsarmodelingpy
```
or:
```
$ python -m qsarmodelingpy-gui
```


