Skip to content

Releases: transferwise/hisel

v1.0.0

24 Aug 10:41
e8938b8
Compare
Choose a tag to compare
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

15 Aug 09:46
e36a562
Compare
Choose a tag to compare
Handling of Discrete and Continuous variables - Two kernel types (#40)

* Handling of Discrete and Continuous variables - Two kernel types

* bump version

v0.5.0

03 Aug 16:35
1adaccb
Compare
Choose a tag to compare
Prepare the repo for open-sourcing (#37)

* Prepare the repo for open-sourcing

* Add license

v0.4.0

10 Jul 06:52
22785d9
Compare
Choose a tag to compare
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

22 May 09:03
0c4201a
Compare
Choose a tag to compare

This version contains provides an API in hisel.feature_selection.

v0.2.1

02 May 15:15
28a0467
Compare
Choose a tag to compare

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

30 Apr 13:34
9abd449
Compare
Choose a tag to compare

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

25 Apr 15:43
f39470e
Compare
Choose a tag to compare

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.