Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: transferwise/hisel

v1.0.0

Choose a tag to compare

@claudio-tw claudio-tw released this 24 Aug 10:41
e8938b8
Profiling - Select with GPU and LAR comparison (#42)

* GPU support - Installation extras of CuPy

* cupy dependencies

* bump hisel version

* Cuda kernels

* Examples and profilers

* Error 137 in tests

* Error 137 in tests

* Files for README

* Profiling - LAR comparison

* Profiling LAR

* New performance bar plot

* update readme

* use cprofile in lar comparison

v0.6.0

Choose a tag to compare

@claudio-tw claudio-tw released this 15 Aug 09:46
e36a562
Handling of Discrete and Continuous variables - Two kernel types (#40)

* Handling of Discrete and Continuous variables - Two kernel types

* bump version

v0.5.0

Choose a tag to compare

@claudio-tw claudio-tw released this 03 Aug 16:35
1adaccb
Prepare the repo for open-sourcing (#37)

* Prepare the repo for open-sourcing

* Add license

v0.4.0

Choose a tag to compare

@claudio-tw claudio-tw released this 10 Jul 06:52
22785d9
HISEL v0.4.0 - Better user interface (#35)

* Comprehensive API for selection - to be used in tw-experimentation

* fix hsic search

* categorical tests

* HISEL - v0.4.0 better user interface

v0.3.0

Choose a tag to compare

@claudio-tw claudio-tw released this 22 May 09:03
0c4201a

This version contains provides an API in hisel.feature_selection.

v0.2.1

Choose a tag to compare

@claudio-tw claudio-tw released this 02 May 15:15
28a0467

This is the second release of hisel.

It contains the feature selection workflow from pandas dataframes to the selection results. In the workflow, the user can decide to pre-filter features using sklearn.feature_selection.mutual_info_regression.

v0.2.0

Choose a tag to compare

@claudio-tw claudio-tw released this 30 Apr 13:34
9abd449

This is the second release of hisel.

It contains the feature selection workflow from pandas dataframes to the selection results. In the workflow, the user can decide to pre-filter features using sklearn.feature_selection.mutual_info_regression.

v0.1.0

Choose a tag to compare

@claudio-tw claudio-tw released this 25 Apr 15:43
f39470e

This is the first release of hisel.
It provides the basic API to perform supervised feature selection through hisel.select.Selector.
The usage is demonstrated in the notebooks/ of the repository.
The release includes two types of kernels, KerneType.RBF and KernelType.DELTA, that are used respectively with FeatureType.CONT and FeatureType.DISCR.