Niko Aarnio
Niko Aarnio
The tools / CLI functions that output and dump a Python dictionary could instead return a pretty and formatted multiline string (or return both).
Add: ### Normalize - [x] Normalize tool - [x] Tests for normalize tool - [x] Docs for normalize tool - [x] Normalize CLI function for vector data - [x] Normalize...
`somoclu` is a Python package for self-organizing maps and was intended to be used for issue #179 . However, when trying to add `somoclu` with `poetry add somoclu`, the following...
I have been thinking about a few updates to the CLI: - Separating commands into a few files. These files could be the same as the top-level folders of EIS...
Currently, users need to access the tools like this: `from eis_toolkit.raster_processing.resampling import resample` It would be more convenient (and common in other libraries) to import like this: `from eis_toolkit.raster_processing import...
```[tasklist] ### Tasks - [ ] MLP classifier - [ ] MLP regressor ```