Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
chesterxgchen committed Feb 23, 2025
1 parent e7054e0 commit c8379c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.

This file was deleted.

5 changes: 3 additions & 2 deletions nvflare/app_common/statistics/numeric_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import logging
from math import sqrt
from typing import Dict, List, TypeVar

from nvflare.app_common.abstract.statistics_spec import Bin, BinRange, DataType, Feature, Histogram, HistogramType
from nvflare.app_common.app_constant import StatisticsConstants as StC
from nvflare.app_opt.statistics.quantile_stats import get_quantiles
from nvflare.fuel.utils.log_utils import get_module_logger


T = TypeVar("T")

logger = logging.getLogger(__name__)
logger = get_module_logger(name=__name__)


def get_global_feature_data_types(
Expand Down
1 change: 0 additions & 1 deletion nvflare/app_common/workflows/stats.json

This file was deleted.

0 comments on commit c8379c8

Please sign in to comment.