sustainable-processes / ORDerly

Chemical reaction data & benchmarks. Extraction and cleaning of data from Open Reaction Database (ORD)
MIT License
67 stars 8 forks source link

Update onehotencoder #130

Closed marcosfelt closed 1 year ago

marcosfelt commented 1 year ago

We're getting the following warning from the OneHotEncoder:

FutureWarning: `sparse` was renamed to `sparse_output` in version 1.2 and will be removed in 1.4. `sparse_output` is ignored unless you leave `sparse` to its default value.
marcosfelt commented 1 year ago

Fixed in #132