Skip to content

Commit

Permalink
docs: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Bury committed Jan 9, 2023
1 parent 62aed4a commit 9b10faf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

## 1.0.0

- Parallelization of functions applied on pandas dataframe
- Parallelization of functions applied on pandas data frame
- Faster and more modular association measures
- Removing dependencies (e.g. dython)
- Better static and interactive visualization
- Sklearn selectors rather than a big class
- Discretization of continuous and categoricals predictors
- Minimal redundancy maximal relevance feature selection added (subset of all relevant predictors)
- Arichitecture closer to the scikit-learn one
- Discretization of continuous and categorical predictors
- Minimal redundancy maximal relevance feature selection added (a subset of all relevant predictors), based on Uber's MRmr flavor
- architecture closer to the scikit-learn one

## 0.3.8

Expand Down

0 comments on commit 9b10faf

Please sign in to comment.