New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

b3o-fedlearn

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

b3o-fedlearn

a project for federated learning using AWS

  • 1.0.0
  • PyPI
  • Socket score

Maintainers
1

b3o_fedlearn

AWS를 활용한 연합학습을 진행하기 위한 패키지 입니다.

Installation

패키지를 설치하기 위해서는 다음과 같은 pip 명령어를 사용합니다:

pip install b3o-fedlearn

Getting Started

패키지를 사용하는 방법에 대한 간단한 예제입니다:

# 연학학습을 위한 환경셋팅
from b3o_fedlearn import client_setup
client_setup.setup()

# 데이터 셋 준비
from b3o_fedlearn import data_processing
data_processing.input_fn(file_path, target_col)

# 연합학습 진행
from b3o_fedlearn import fedlearner
fedlearner.FL_start(member_ID, 
                    config_client, 
                    x_train_client, 
                    y_train_client, 
                    x_test_client, 
                    y_test_client)

Contributing

여러분의 기여를 환영합니다. 이슈를 등록하거나 풀 리퀘스트를 보내주세요.

License

MIT License 라이센스 하에 제공됩니다. 자세한 내용은 LICENSE 파일을 참조해주세요.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc