-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5642d83
commit e327c28
Showing
5 changed files
with
43 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Release 0.8.60 | ||
|
||
!!!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.58` to `0.8.60` | ||
|
||
|
||
## General | ||
This release is an incremental release as part of the road map for `v.0.9.0`. Please see the full details of the planned changes here: [v0.9.0 Roadmap](../road_maps/0_9_0.md). | ||
|
||
### Custom Models | ||
We've now exposed additional functionality and API around adding your own custom models. The new custom model support is documented on the [Features to Models](../core_classes/transforms/features_to_model.md) page. | ||
|
||
|
||
## API Changes | ||
None | ||
|
||
## Notes | ||
Custom models introduce models that don't have model metrics or inference runs, so you'll see a lot of log messages complaining about not finding metrics or inference results, please just ignore those, we'll put in additional logic to address those cases. | ||
|
||
|
||
## Specific Code Changes | ||
|
||
<a href="https://github.com/supercowpowers/sageworks/compare/v0.8.58...v0.8.60" target="_blank">Code Diff v0.8.58 --> v0.8.60</a> | ||
|
||
Who doesn't like looking at code! Also +3 points for getting down this far! Here's a cow joke as a reward: | ||
|
||
> ***What do you call a nonsense meeting? | ||
.... Moo-larkey*** | ||
|
||
## 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) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters