Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Conversion of tabular dataset to tensors #757

Merged
merged 6 commits into from
May 13, 2024
Merged

Conversation

Gerhardsa0
Copy link
Contributor

@Gerhardsa0 Gerhardsa0 commented May 13, 2024

Summary of Changes

Fixed conversion of tabular dataset to tensors and associated tests.

@Gerhardsa0 Gerhardsa0 requested a review from a team as a code owner May 13, 2024 14:29
Copy link
Contributor

github-actions bot commented May 13, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON black 5 0 0 0.95s
✅ PYTHON mypy 5 0 2.81s
✅ PYTHON ruff 5 0 0 0.31s
✅ REPOSITORY git_diff yes no 0.54s

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

@Gerhardsa0 Gerhardsa0 changed the title changed on request fix: fixed workflow tests May 13, 2024
…ixes-workflow

# Conflicts:
#	src/safeds/ml/nn/_output_conversion_time_series.py
#	tests/safeds/ml/nn/test_forward_workflow.py
…ixes-workflow

# Conflicts:
#	src/safeds/ml/nn/_output_conversion_time_series.py
#	tests/safeds/ml/nn/test_forward_workflow.py
@lars-reimann lars-reimann changed the title fix: fixed workflow tests fix: Conversion of tabular dataset to tensors May 13, 2024
Copy link
Member

@lars-reimann lars-reimann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@lars-reimann lars-reimann merged commit 9e40b65 into main May 13, 2024
4 of 10 checks passed
@lars-reimann lars-reimann deleted the test-fixes-workflow branch May 13, 2024 15:27
lars-reimann pushed a commit that referenced this pull request May 15, 2024
## [0.25.0](v0.24.0...v0.25.0) (2024-05-15)

### Features

* major API redesign (WIP) ([#752](#752)) ([8e781f9](8e781f9)), closes [#694](#694) [#699](#699) [#714](#714) [#748](#748)
* move NN converters and layers to separate packages ([#759](#759)) ([c6a4073](c6a4073))
* remove operations without replacement from tabular containers ([#747](#747)) ([0e5a54b](0e5a54b))
* specify partial order in label encoder ([#763](#763)) ([6fbe537](6fbe537)), closes [#639](#639)

### Bug Fixes

* Conversion of tabular dataset to tensors ([#757](#757)) ([9e40b65](9e40b65))
* fixed devices with new polars implementation ([#756](#756)) ([e72339e](e72339e))

### Performance Improvements

* implement one hot encoder and imputer using polars ([#768](#768)) ([e993c17](e993c17))
@lars-reimann
Copy link
Member

🎉 This PR is included in version 0.25.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lars-reimann lars-reimann added the released Included in a release label May 15, 2024
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.

None yet

3 participants