Skip to content

Commit 11592e6

Browse files
committed
adapt readme
1 parent 1caa20f commit 11592e6

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,11 @@ pip install mamba-ssm
120120

121121
<h2> Preprocessing </h2>
122122

123-
Mambular simplifies data preprocessing with a range of tools designed for easy transformation of tabular data.
124-
Specify a default method, or a dictionary defining individual preprocessing methods for each feature.
123+
Mambular uses pretab preprocessing: https://github.com/OpenTabular/PreTab
124+
125+
Hence, datatypes etc. are detected automatically and all preprocessing methods from pretab as well as from Sklearn.preprocessing are available.
126+
Additionally, you can specify that each feature is preprocessed differently, according to your requirements, by setting the `feature_preprocessing={}`argument during model initialization.
127+
For an overview over all available methods: [pretab](https://github.com/OpenTabular/PreTab)
125128

126129
<h3> Data Type Detection and Transformation </h3>
127130

0 commit comments

Comments
 (0)