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

https://github.com/a-poor/featureeng.jl

A feature engineering library for Julia.
https://github.com/a-poor/featureeng.jl

data-preprocessing data-science feature-engineering feature-extraction hacktoberfest julia julia-package

Last synced: 9 months ago
JSON representation

A feature engineering library for Julia.

Awesome Lists containing this project

README

          

# FeatureEng.jl

![build](https://github.com/a-poor/FeatureEng.jl/workflows/build/badge.svg)
[![version](https://juliahub.com/docs/FeatureEng/version.svg)](https://juliahub.com/ui/Packages/FeatureEng/PcFbA)
[![pkgeval](https://juliahub.com/docs/FeatureEng/pkgeval.svg)](https://juliahub.com/ui/Packages/FeatureEng/PcFbA)
[![deps](https://juliahub.com/docs/FeatureEng/deps.svg)](https://juliahub.com/ui/Packages/FeatureEng/PcFbA?t=2)

_created by Austin Poor_

A library for feature engineering in Julia.

Check out the documentation [here](https://a-poor.github.io/FeatureEng.jl/latest/).

## Installation

You can in install `FeatureEng` with:

```
(@v1.5) pkg> add FeatureEng
```

## Where to Start

Check out the [manual](https://a-poor.github.io/FeatureEng.jl/latest/manual/) to find helpful functions based on the types of data you're working with (ex [categorical](https://a-poor.github.io/FeatureEng.jl/latest/manual/#Categorical-Features), [datetime](https://a-poor.github.io/FeatureEng.jl/latest/manual/#DateTime-Features), or [numeric](https://a-poor.github.io/FeatureEng.jl/latest/manual/#Numeric-Features) features).

## Feedback

Let me know what you think of `FeatureEng.jl`!

I'd love to hear any suggestions for new features to add, helpful features you use in your ML process, or any feedback from using the library.

Feel free to reach out to me on [twitter](https://twitter.com/austin_poor) or here on [GitHub](https://github.com/a-poor/FeatureEng.jl) -- submit an issue or a PR!