Releases: rudderlabs/rudderstack-profiles-classifier
Releases · rudderlabs/rudderstack-profiles-classifier
v0.5.2
What's Changed
- chore: bump version to v0.5.1 by @devops-github-rudderstack in #444
- correcting pr-auc, roc-auc plots generation by @joker2411 in #445
- adding support for where clause in user_journey by @joker2411 in #446
- selecting non-null, non-empty converted_date by @joker2411 in #447
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- chore: bump version to v0.5.0 by @devops-github-rudderstack in #440
- integrating sql_model as input by @joker2411 in #436
- detaching argument from customer config by @joker2411 in #441
- adding additional configs to customer config by @joker2411 in #442
- bug fixes by @dpatchigolla in #443
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- chore: bump version to v0.4.2 by @devops-github-rudderstack in #416
- fix: add yaml validations in training model by @shekhar-rudder in #417
- Sample code changes for include support for path-reference format in label_column by @RuLeKiLLeR in #410
- Revert "Sample code changes for include support for path-reference format in label_column" by @RuLeKiLLeR in #418
- feat: add task type in training summary by @shekhar-rudder in #420
- Made all the changes need to support path/ref format for label columns by @RuLeKiLLeR in #419
- Removed additional dependencies and imports and included new imports by @RuLeKiLLeR in #412
- chore: bump black version to 24.8.0 by @shekhar-rudder in #424
- refactor: common input interface for python and pynative models by @shekhar-rudder in #426
- feat: propensity model as a wrapper for training and prediction models by @shekhar-rudder in #404
- changing feature_table_col_type structure by @joker2411 in #422
- Added code for providing more context to the user regarding the various exceptions raised due to improper dataset. by @RuLeKiLLeR in #423
- adding minor logs by @joker2411 in #428
- feat: var table as inputs for sql models by @shekhar-rudder in #429
- fix: move all training related keys under training in propensity YAML by @shekhar-rudder in #431
- fix: remove mandatory fields from the default config by @shekhar-rudder in #432
- refactor: infer touchpoint timestamp using wht internal methods by @shekhar-rudder in #433
- Print all valid existing feature label table combinations by @RuLeKiLLeR in #427
- Added a new has_cost flag to check for the cost in campaign_details by @RuLeKiLLeR in #430
- Added and renamed columns in the selector_Sql to get Latest_date and Campaign_Date by @RuLeKiLLeR in #434
- fix: sql model var table past materials not being created by @shekhar-rudder in #437
- feat: adapt python pb module to support pb stdout change by @shekhar-rudder in #438
Full Changelog: v0.4.2...v0.5.0
v0.4.2
What's Changed
- chore: bump version to v0.4.1 by @devops-github-rudderstack in #395
- Reversed a single query by @RuLeKiLLeR in #396
- removing start_date and end_date from configs by @joker2411 in #397
- only joining while having entity_column in table by @joker2411 in #402
- creating selector sql using input_models by @joker2411 in #401
- fix: update the enable status key as per pb 0.16.0 changes by @shekhar-rudder in #403
- Remove entity key and entity column from config by @RuLeKiLLeR in #400
- Replaced the get method in pynativeWHT and tested the pipeline by @RuLeKiLLeR in #406
- feat: integrate PyCaret by @shekhar-rudder in #399
- Feature/prml 831 make corrections if entity key and entity column are case by @joker2411 in #405
- Added metrics around time between first touch and conversion date using a CTE by @RuLeKiLLeR in #398
- Added the functionality of conversion_window in conversion_vars by @RuLeKiLLeR in #407
- Changing yaml structure by @joker2411 in #408
- chore: add training validity in sample project by @shekhar-rudder in #409
- fix: add python version constraint by @shekhar-rudder in #411
- fetching type_hints from table directly by @joker2411 in #413
- passing model name in training_summary json by @joker2411 in #414
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- chore: bump version to v0.4.0 by @devops-github-rudderstack in #391
- Added a campaign_var_cte by @RuLeKiLLeR in #392
- support for campaign_details changes by @joker2411 in #393
- support for redshift in attribution model by @joker2411 in #394
Full Changelog: v0.4.0...v0.4.1
v0.4.0-rc1
What's Changed
- chore: bump version to v0.3.1 by @devops-github-rudderstack in #374
- Added support for index creation from campaign start/end dates by @dpatchigolla in #372
- updating load testing script for bigquery by @joker2411 in #375
- appending values on training_metrics by @joker2411 in #379
- selecting only feature_table cols by @joker2411 in #377
- fix: set default enable status for training model by @shekhar-rudder in #376
- passing select sql in input by @joker2411 in #381
- Changed the sql query to add features by @RuLeKiLLeR in #380
- feat: skip training if valid file is present from previous runs by @shekhar-rudder in #382
- disabling arraytype_features by @joker2411 in #383
- feat: skip training in UI if valid file is present from previous runs by @shekhar-rudder in #385
- Added support for entity.Var() format by @RuLeKiLLeR in #378
- Added support for pywht by @RuLeKiLLeR in #384
- chore: update readme for py native models by @shekhar-rudder in #387
- changing BuildSpecSchema to support new yaml by @joker2411 in #386
Full Changelog: v0.3.1...v0.4.0-rc1
v0.4.0
What's Changed
- chore: bump version to v0.3.1 by @devops-github-rudderstack in #374
- Added support for index creation from campaign start/end dates by @dpatchigolla in #372
- updating load testing script for bigquery by @joker2411 in #375
- appending values on training_metrics by @joker2411 in #379
- selecting only feature_table cols by @joker2411 in #377
- fix: set default enable status for training model by @shekhar-rudder in #376
- passing select sql in input by @joker2411 in #381
- Changed the sql query to add features by @RuLeKiLLeR in #380
- feat: skip training if valid file is present from previous runs by @shekhar-rudder in #382
- disabling arraytype_features by @joker2411 in #383
- feat: skip training in UI if valid file is present from previous runs by @shekhar-rudder in #385
- Added support for entity.Var() format by @RuLeKiLLeR in #378
- Added support for pywht by @RuLeKiLLeR in #384
- chore: update readme for py native models by @shekhar-rudder in #387
- changing BuildSpecSchema to support new yaml by @joker2411 in #386
- chore: skip version bump PR when rc tag is created by @shekhar-rudder in #389
Full Changelog: v0.3.1...v0.4.0
v0.3.1-rc2
What's Changed
- chore: bump version to v0.3.0 by @devops-github-rudderstack in #361
- chore: add support for publishing package in pypi dev by @shekhar-rudder in #362
- Attribution report with conversion by @joker2411 in #359
- chore: remove version constraint from sample pynative project by @shekhar-rudder in #363
- changing buildSpecSchema to support campaign_info by @joker2411 in #365
-
- modified model spec as per current prd by @dpatchigolla in #366
- chore: disable RudderStack mode for BQ and redshift by @shekhar-rudder in #368
- fix: find model refs of entity vars using pb show models by @shekhar-rudder in #367
- fix: move features field inside model_spec for prediction model by @shekhar-rudder in #369
- feat: add output contract in prediction model by @shekhar-rudder in #371
Full Changelog: v0.3.0...v0.3.1-rc2
v0.3.1
What's Changed
- chore: bump version to v0.3.0 by @devops-github-rudderstack in #361
- chore: add support for publishing package in pypi dev by @shekhar-rudder in #362
- Attribution report with conversion by @joker2411 in #359
- chore: remove version constraint from sample pynative project by @shekhar-rudder in #363
- changing buildSpecSchema to support campaign_info by @joker2411 in #365
-
- modified model spec as per current prd by @dpatchigolla in #366
- chore: disable RudderStack mode for BQ and redshift by @shekhar-rudder in #368
- fix: find model refs of entity vars using pb show models by @shekhar-rudder in #367
- fix: move features field inside model_spec for prediction model by @shekhar-rudder in #369
- feat: add output contract in prediction model by @shekhar-rudder in #371
Full Changelog: v0.3.0...v0.3.1
v0.3.1-rc1
What's Changed
- chore: bump version to v0.3.0 by @devops-github-rudderstack in #361
- chore: add support for publishing package in pypi dev by @shekhar-rudder in #362
- Attribution report with conversion by @joker2411 in #359
- chore: remove version constraint from sample pynative project by @shekhar-rudder in #363
- changing buildSpecSchema to support campaign_info by @joker2411 in #365
-
- modified model spec as per current prd by @dpatchigolla in #366
- chore: disable RudderStack mode for BQ and redshift by @shekhar-rudder in #368
- fix: find model refs of entity vars using pb show models by @shekhar-rudder in #367
- fix: move features field inside model_spec for prediction model by @shekhar-rudder in #369
Full Changelog: v0.3.0...v0.3.1-rc1