Skip to content

Add NumericFeature#3

Merged
simba-git merged 7 commits intodevelopfrom
feature/simba/feature_api
May 6, 2020
Merged

Add NumericFeature#3
simba-git merged 7 commits intodevelopfrom
feature/simba/feature_api

Conversation

@simba-git
Copy link

NumericFeature is the first piece of the Feature API which allows us to
apply common feature engineering operations on source data.

Simba added 7 commits May 5, 2020 14:21
nit: More Pythonic error name since it ends in Error.
The table names are users and purchases, but the pytest fixtures were
user and purchase. This made editing the file slightly awkward.
The Table should know its own name. It also makes implementing the Feature API
easier.
This field will be used in tests on the Feature API.
Column represents a single column in a table. ML Features can only
be applied to single features, so Column is a useful class for
implementing features.
NumericFeature is the first piece of the Feature API which allows us to
apply common feature engineering operations on source data.
@simba-git simba-git added this to the v0.0.0a1 milestone May 6, 2020
@simba-git simba-git merged commit e9a6801 into develop May 6, 2020
@simba-git simba-git deleted the feature/simba/feature_api branch May 6, 2020 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant