From 5c884a2d6f829a365c0da06a7b5a63810b441a08 Mon Sep 17 00:00:00 2001 From: SkBlaz Date: Sun, 28 Jan 2024 12:02:50 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 45176a1..135c8bb 100644 --- a/README.md +++ b/README.md @@ -130,5 +130,6 @@ Wrapper methods use a model and its performance to find the best feature subset - Package: sklearn.feature_selection ([Homepage](https://scikit-learn.org/stable/), [Code](https://github.com/scikit-learn/scikit-learn), [PyPI](https://pypi.org/project/scikit-learn/)) - Package: scikit-feature ([Homepage](http://featureselection.asu.edu/), [Code](https://github.com/jundongl/scikit-feature)) - Package: feature-selector ([Code](https://github.com/WillKoehrsen/feature-selector), [PyPI](https://pypi.org/project/feature-selector/)) + - Package: OutRank ([Code](https://github.com/outbrain/outrank) [PyPI](https://pypi.org/project/outrank/)) - **Julia** - the main packages for ML in Julia are [MLJ](https://github.com/alan-turing-institute/MLJ.jl) and [Flow](https://fluxml.ai/Flux.jl/stable/)