History¶
0.19.5 (2021-07-17)¶
Fix bug with deepcopying
ballet.pipeline.FeatureEngineeringPipeline
0.19.4 (2021-07-17)¶
Fix bug with deepcopying
ballet.eng.base.SubsetTransformer(#90)Add
ballet.drop_missing_targetsprimitive
0.19.3 (2021-06-28)¶
Support missing targets in discovery and feature performance evaluation (#89)
Add
ninputsto summary statistics inballet.discovery.discover
0.19.2 (2021-06-21)¶
Improve discrete column detection in the case of many repeated values
Add
ncontinuousandndiscreteto summary statistics inballet.discovery.discover
0.19.1 (2021-06-20)¶
Defer computation of some expensive summary statistics in
ballet.discovery.discover
0.18.0 (2021-06-06)¶
Added Consumer Guide
Can use Ballet together with MLBlocks to engineer features and then use additional preprocessing and ML components (#86)
Can wrap the extracted feature matrix in a data frame with named columns derived from
feature.outputorfeature.nameImplemented
ballet.encoder.EncoderPipelineto (mostly) mirrorballet.pipeline.FeatureEngineeringPipelineCan specify the dataset used for fitting the pipeline in the engineer-features CLI via
--train-dir path/to/train/dir
0.17.0 (2021-05-24)¶
Support nested transformers, both with nested features and with input/transformer tuples wrapped with SubsetTransformers (#82)
Allow
Client.discoverto skip summary statistics if development dataset cannot be loaded or if features produce errors
0.16.0 (2021-05-22)¶
Add
Client.discoverfunctionality (#80)Switch the order of
NullFillerparameters to more closely resemblefillnasignature
0.15.2 (2021-05-14)¶
- Operate columnwise in
VarianceThresholdAccepter, rather than computing the variance of the entire feature group.
- Operate columnwise in
0.15.1 (2021-05-12)¶
Add debug logging for new accepters
0.15.0 (2021-05-12)¶
Add
VarianceThresholdAccepter,MutualInformationAccepter, andCompoundAccepter(#76)
0.14.0 (2021-05-11)¶
0.13.1 (2021-04-02)¶
Fix upgrade check in
ballet update-project-templateto migrate away from deprecated PyPI XML-RPC API.
0.13.0 (2021-03-30)¶
Fix links in project template
0.12.0 (2021-03-10)¶
Automate creation of GitHub repository in quickstart
0.11.0 (2021-03-04)¶
Allow validation to be run from topic branches locally
0.10.0 (2021-02-23)¶
Add
Project.versionproperty
0.9.0 (2021-02-16)¶
Add support for managed branching via
ballet start-new-feature --branching(defaults to enabled)Remove confusing
ballet.project.configattributeImplement
ballet.project.load_configas a better alternative, and use this in the project template’sload_data
0.8.2 (2021-02-16)¶
Fix bug with
str(t)orrepr(t)forDelegatingRobustTransformer
0.8.1 (2021-02-16)¶
Fix bug with
str(t)orrepr(t)forSimpleFunctionTransformer
0.8.0 (2021-02-02)¶
Fix bug with detecting updates to Ballet due to PyPI API outage
Fix some dependency conflicts
Reference ballet-assemble in project template
Bump feature_engine to 1.0
0.7.11 (2020-09-16)¶
Reduce verbosity of conversion approach logging by moving some messages to TRACE level
Implement “else” transformer for
ConditionalTransformerImprove GFSSF iteration logging
0.7.10 (2020-09-08)¶
Fix bug with different treatment of y_df and y; now, y_df is passed to the feature engineering pipeline, and y is passed to the feature validation routines as applicable.
Switch back to using Gitter
0.7.9 (2020-08-15)¶
Add give_advice feature for FeatureAPICheck and other checks to log message on how to fix failure
Improve logging of GFSSFAccepter and GFSSFPruner
Improve
__str__for DelegatingRobustTransformer and consequently consumersChange default log format to SIMPLE_LOG_FORMAT
Various bug fixes and improvements
0.7.8 (2020-08-13)¶
Add CanTransformNewRowsCheck to feature API checks
0.7.7 (2020-08-12)¶
Support
Noneas the transformer in aFeature, it will be automatically converted to anIdentityTransformerImplement
ColumnSelectorUpdate docs
Various bug fixes and improvements
0.7.6 (2020-08-12)¶
Re-export feature engineering primitives from various libraries
Show type annotations in docs
Update guides
Various bug fixes and improvements
0.7.5 (2020-08-03)¶
Make validator parameters configurable in ballet.yml file (e.g. λ_1 and λ_2 for GFSSF algorithms)
Support dynaconf 3.x
0.7.4 (2020-07-22)¶
Accept logger names, as well as logger instances, in
ballet.util.log.enableUpdated docs
0.7.3 (2020-07-21)¶
Add
load_datamethod with built-in caching to project APIFix bug in GFSSF accepter
Always use encoded target during validation
Various bug fixes and improvements
0.7.2 (2020-07-21)¶
Add sample analysis notebook to project template
Add binder url/badge to project template
Fix bug with enabling logging with multiple loggers
0.7.1 (2020-07-20)¶
Add client for easy interactive usage (
ballet.b)Add binder setup to project template
0.7 (2020-07-17)¶
Revamp project template: update project structure, create single API via FeatureEngineeringProject, use and add support for pyinvoke, revamp build into engineer_features, support repolockr bot
Improve ballet.project.Project: can create by ascending from given path, can create from current working directory, can resolve arbitrary project symbol, exposes project’s API
Check for and notify of new release of ballet during project update (
ballet update-project-template)Add ComputedValueTransformer to ballet.eng
Move stacklog to separate project and install it
Add validators that {never,always} accept submissions
Add feature API checks to ensure that the feature can fit and transform a single row
Add feature engineering guide to documentation and significantly expand contributor guide
Add bot installation instructions to maintainer guide
Add type annotations throughout
Drop support for py35, add support for py38
Deprecate modeling code
Various bug fixes and improvements
0.6 (2019-11-12)¶
Implement GFSSF validators and random validators
Improve validators and allow validators to be configured in ballet.yml
Improve project template
Create ballet CLI
Bug fixes and performance improvements
0.5 (2018-10-14)¶
Add project template and ballet-quickstart command
Add project structure checks and feature API checks
Implement multi-stage validation routine driver
0.4 (2018-09-21)¶
Implement
Modelerfor versatile modeling and evaluationChange project name
0.3 (2018-04-28)¶
Implement
PullRequestFeatureValidatorAdd
util.travis,util.modutil,util.gitutil modules
0.2 (2018-04-11)¶
Implement
ArrayLikeEqualityTestingMixinImplement
collect_contrib_features
0.1 (2018-04-08)¶
First release on PyPI