Skip to content

Commit

Permalink
adding new release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Oct 16, 2024
1 parent 20e4058 commit 98ea6db
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/release_notes/0_8_32.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Release 0.8.33

!!!tip inline end "Need Help?"
The SuperCowPowers team is happy to give any assistance needed when setting up AWS and SageWorks. So please contact us at [[email protected]](mailto:[email protected]) or on chat us up on [Discord](https://discord.gg/WHAJuz8sw8)

The SageWorks framework continues to 'flex' to support different real world use cases when operating a set of production machine learning pipelines.

**Note:** These release notes cover the changes from `0.8.29` to `0.8.33`


### General
**Replaced WatchTower Code:** Had **lots** of issues with WatchTower on Glue/Lambda, the use of forks/threads was overkill for our logging needs, so simply replaced the code with boto3 `put_log_events()` calls and some simple token handling and buffering.

### API Changes
None

### Improvements/Fixes
**DataSource from DataFrame:**
When creating a DataSource from a Pandas Dataframe, the internal `transform()` was not deleting the existing DataSource (if it existed).

**ROCAUC on subset of classes:** When running inference on input data that only had a subset of the classification labels (e.g. rows only had "low" and "medium" when model was trained on "low", "medium", "high"). The input to ROCAUC needed to be adjusted so that ROCAUC doesn't crash. When this case happens we're returning proper defaults based on scikit learn docs.

## Questions?
<img align="right" src="../../images/scp.png" width="180">

The SuperCowPowers team is happy to answer any questions you may have about AWS and SageWorks. Please contact us at [[email protected]](mailto:[email protected]) or on chat us up on [Discord](https://discord.gg/WHAJuz8sw8)


1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ nav:
- AWS Access Management: aws_setup/aws_access_management.md
- AWS Client VPN: aws_setup/aws_client_vpn.md
- Release Notes:
- 0.8.33: release_notes/0_8_33.md
- 0.8.29: release_notes/0_8_29.md
- 0.8.27: release_notes/0_8_27.md
- 0.8.23: release_notes/0_8_23.md
Expand Down

0 comments on commit 98ea6db

Please sign in to comment.