v0.1.0
FeatureTransforms v0.1.0
Closed issues:
- Periodic transform (#2)
- Normalisation / Scaling transform (#3)
- Linear Combination transform (#5)
- Temporal transformation (#6)
- One hot encoding transform (#7)
- Use a consistent convention for
dims
(#18) - Docs are not building. (#22)
- Have
apply
return single column array whencols
is a single column name (#26) - Do not restrict
period
andphase_shift
to the same concrete type (#29)
Merged pull requests:
- Transform interface and example Power transformation (#1) (@glennmoy)
- Add LinearCombination transform (#8) (@nicoleepp)
- Add Periodic transform (#10) (@bencottier)
- Implement general case non-mutating apply (#15) (@nicoleepp)
- Add HoD transform (#16) (@nicoleepp)
- Add MeanStdScaling transform (#17) (@bencottier)
- Add OneHotEncoding Transform (#19) (@nicoleepp)
- Set main as devbranch so docs should build (#23) (@oxinabox)
- Add IdentityScaling (#24) (@nicoleepp)
- Clean up apply! code (#25) (@glennmoy)
- Allow single column name for
cols
(#28) (@bencottier) - Add README (#30) (@glennmoy)
- Use Bool by default for OneHotEncoding Transform (#31) (@nicoleepp)
- Relax period and phase_shift type restrictions (#32) (@bencottier)
- Rename package to FeatureTransforms (#33) (@glennmoy)