Skip to content

feat: return TaggedTable from predict#73

Merged
lars-reimann merged 3 commits intomainfrom
target_name_lift
Mar 24, 2023
Merged

feat: return TaggedTable from predict#73
lars-reimann merged 3 commits intomainfrom
target_name_lift

Conversation

@lars-reimann
Copy link
Copy Markdown
Member

Summary of Changes

The predict method returns the original feature vector combined with the predicted target values. This is exactly what a TaggedTable can express, so we return this instead of a Table.

@lars-reimann
Copy link
Copy Markdown
Member Author

lars-reimann commented Mar 24, 2023

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON black 18 0 0 0.78s
✅ PYTHON flake8 18 0 0.49s
✅ PYTHON isort 18 0 0 0.27s
✅ PYTHON mypy 18 0 2.05s
✅ PYTHON pylint 18 0 2.41s
✅ REPOSITORY git_diff yes no 0.03s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@lars-reimann lars-reimann merged commit 5d5f5a6 into main Mar 24, 2023
@lars-reimann lars-reimann deleted the target_name_lift branch March 24, 2023 14:16
lars-reimann pushed a commit that referenced this pull request Mar 26, 2023
## [0.4.0](v0.3.0...v0.4.0) (2023-03-26)

### Features

* better names for properties of `TaggedTable` ([#74](#74)) ([fee398b](fee398b))
* change the name of a `Column` ([#76](#76)) ([ec539eb](ec539eb))
* metrics as methods of models ([#77](#77)) ([bc63693](bc63693)), closes [#64](#64)
* optionally pass type to column ([#79](#79)) ([64aa429](64aa429)), closes [#78](#78)
* remove `target_name` parameter of `predict` ([#70](#70)) ([b513454](b513454)), closes [#9](#9)
* rename `tagged_table` parameter of `fit` to `training_set` ([#71](#71)) ([8655521](8655521))
* return `TaggedTable` from `predict` ([#73](#73)) ([5d5f5a6](5d5f5a6))
@lars-reimann
Copy link
Copy Markdown
Member Author

🎉 This PR is included in version 0.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lars-reimann lars-reimann added the released Included in a release label Mar 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released Included in a release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant