Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juliaml/tabletransforms.jl

Transforms and pipelines with tabular data in Julia
https://github.com/juliaml/tabletransforms.jl

data-science machine-learning pipelines statistics table transforms

Last synced: about 7 hours ago
JSON representation

Transforms and pipelines with tabular data in Julia

Awesome Lists containing this project

README

        



















This package provides transforms that are commonly used in statistics
and machine learning. It was developed to address specific needs in
feature engineering and works with general
[Tables.jl](https://github.com/JuliaData/Tables.jl) tables.

## Installation

Get the latest stable release with Julia's package manager:

```
] add TableTransforms
```

## Documentation

- [**STABLE**][docs-stable-url] — **most recently tagged version of the documentation.**
- [**LATEST**][docs-latest-url] — *in-development version of the documentation.*

## Contributing

Contributions are very welcome. Please [open an issue](https://github.com/JuliaML/TableTransforms.jl/issues) if you have questions.

We have open issues with missing transforms that you can contribute.

[docs-stable-url]: https://JuliaML.github.io/TableTransforms.jl/stable
[docs-latest-url]: https://JuliaML.github.io/TableTransforms.jl/dev