Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #8 from nv-morpheus/branch-23.01
Browse files Browse the repository at this point in the history
[RELEASE] dfencoder v23.01
  • Loading branch information
dagardner-nv authored Jan 31, 2023
2 parents 59e74f9 + 1886f07 commit 70a6be3
Show file tree
Hide file tree
Showing 8 changed files with 617 additions and 402 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Default Approval rule if one of the later sections does not apply
* @nv-morpheus/dfencoder-codeowners
24 changes: 24 additions & 0 deletions .github/ops-bot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# SPDX-FileCopyrightText: Copyright (c) 2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# This file controls which features from the `ops-bot` repository below are enabled.
# - https://github.com/rapidsai/ops-bot

auto_merger: true
branch_checker: true
label_checker: true
release_drafter: true
copy_prs: true
rerun_tests: true
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ __pycache__/
*.egg-info/
MANIFEST
dist/
dfp/dask-worker-space/global.lock
dfp/dask-worker-space/purge.lock
dfp/dask-worker-space/*.dirlock
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# dfencoder 23.01.00 (30 Jan 2023)

## 🐛 Bug Fixes

- Prevent result from being an undefined variable ([#4](https://github.com/nv-morpheus/dfencoder/pull/4)) [@dagardner-nv](https://github.com/dagardner-nv)

## 🚀 New Features

- Add an option to use modified z score instead of z score to scale losses ([#6](https://github.com/nv-morpheus/dfencoder/pull/6)) [@hsin-c](https://github.com/hsin-c)
- Add early stop to autoencoder ([#2](https://github.com/nv-morpheus/dfencoder/pull/2)) [@efajardo-nv](https://github.com/efajardo-nv)

## 🛠️ Improvements

- Batched implementation of get_anomaly_score_losses ([#5](https://github.com/nv-morpheus/dfencoder/pull/5)) [@hsin-c](https://github.com/hsin-c)
Loading

0 comments on commit 70a6be3

Please sign in to comment.