Skip to content

Commit 6669b48

Browse files
authored
Added dirty_cat, optuna and NitroFE
1 parent 1a69402 commit 6669b48

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -256,12 +256,15 @@
256256
* [few](https://github.com/lacava/few) - A feature engineering wrapper for sklearn. <img height="20" src="img/sklearn_big.png" alt="sklearn">
257257
* [scikit-mdr](https://github.com/EpistasisLab/scikit-mdr) - A sklearn-compatible Python implementation of Multifactor Dimensionality Reduction (MDR) for feature construction. <img height="20" src="img/sklearn_big.png" alt="sklearn">
258258
* [tsfresh](https://github.com/blue-yonder/tsfresh) - Automatic extraction of relevant features from time series. <img height="20" src="img/sklearn_big.png" alt="sklearn">
259+
* [dirty_cat](https://github.com/dirty-cat/dirty_cat) - Machine learning on dirty tabular data (especially: string-based variables for classifcation and regression). <img height="20" src="img/sklearn_big.png" alt="sklearn">
260+
* [NitroFE](https://github.com/NITRO-AI/NitroFE) - Moving window features. <img height="20" src="img/sklearn_big.png" alt="sklearn">
259261

260262
### Feature Selection
261263
* [scikit-feature](https://github.com/jundongl/scikit-feature) - Feature selection repository in Python.
262264
* [boruta_py](https://github.com/scikit-learn-contrib/boruta_py) - Implementations of the Boruta all-relevant feature selection method. <img height="20" src="img/sklearn_big.png" alt="sklearn">
263265
* [BoostARoota](https://github.com/chasedehan/BoostARoota) - A fast xgboost feature selection algorithm. <img height="20" src="img/sklearn_big.png" alt="sklearn">
264266
* [scikit-rebate](https://github.com/EpistasisLab/scikit-rebate) - A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for Machine Learning. <img height="20" src="img/sklearn_big.png" alt="sklearn">
267+
* [zoofs](https://github.com/jaswinder9051998/zoofs) - A feature selection library based on evolutionary algorithms.
265268

266269
## Visualization
267270
### General Purposes
@@ -372,6 +375,7 @@
372375

373376
<a name="opt"></a>
374377
## Optimization
378+
* [Optuna](https://github.com/optuna/optuna) - A hyperparameter optimization framework.
375379
* [Spearmint](https://github.com/HIPS/Spearmint) - Bayesian optimization.
376380
* [BoTorch](https://github.com/pytorch/botorch) - Bayesian optimization in PyTorch. <img height="20" src="img/pytorch_big2.png" alt="PyTorch based/compatible">
377381
* [scikit-opt](https://github.com/guofei9987/scikit-opt) - Heuristic Algorithms for optimization.
@@ -412,14 +416,15 @@
412416
* [Chaos Genius](https://github.com/chaos-genius/chaos_genius) - ML powered analytics engine for outlier/anomaly detection and root cause analysis
413417

414418
## Natural Language Processing
419+
* [spaCy](https://spacy.io/) - Industrial-Strength Natural Language Processing.
415420
* [NLTK](https://github.com/nltk/nltk) - Modules, data sets, and tutorials supporting research and development in Natural Language Processing.
416421
* [CLTK](https://github.com/cltk/cltk) - The Classical Language Toolkik.
417422
* [gensim](https://radimrehurek.com/gensim/) - Topic Modelling for Humans.
418423
* [pyMorfologik](https://github.com/dmirecki/pyMorfologik) - Python binding for <a href="https://github.com/morfologik/morfologik-stemming">Morfologik</a>.
419424
* [skift](https://github.com/shaypal5/skift) - Scikit-learn wrappers for Python fastText. <img height="20" src="img/sklearn_big.png" alt="sklearn">
420425
* [Phonemizer](https://github.com/bootphon/phonemizer) - Simple text-to-phonemes converter for multiple languages.
421426
* [flair](https://github.com/zalandoresearch/flair) - Very simple framework for state-of-the-art NLP.
422-
* [spaCy](https://spacy.io/) - Industrial-Strength Natural Language Processing.
427+
423428

424429
## Computer Audition
425430
* [librosa](https://github.com/librosa/librosa) - Python library for audio and music analysis.

0 commit comments

Comments
 (0)