Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ldanov/pypkg_cvextend


https://github.com/ldanov/pypkg_cvextend

Last synced: about 18 hours ago
JSON representation

Awesome Lists containing this project

README

        

# README

## Description

`cvextend` extends the functionality offered by the Model Selection module of [scikit-learn](https://scikit-learn.org/stable/):

`cvextend.generate_param_grid` helps with permutating models in steps and their hyperparameters in your `sklearn.pipeline`. See the example [here](api/cvextend.generate_param_grid.html)

`cvextend.ScoreGrid` helps you keep track of the scores you want to use in cross-validations with different optimisation objectives in parallel. See the example [here](api/cvextend.ScoreGrid.html) and also [cvextend.EvaluationGrid](api/cvextend.ScoreGrid.html).

`cvextend.EvaluationGrid`

## Installation

To install the cvextend library use pip:

```
pip install cvextend
```

or install directly from source:

```
python setup.py install
```

## Usage

```
[WIP]
```

## Questions and comments
In case of questions or comments, write an email:
`[email protected]`