AnoShip
Anoamly-detection-driven deployment safety for production AI/ML systems
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- __init__.py
- sklearn.py
- torch_mstdf.py
- __init__.py
- builder.py
- cli.py
- __init__.py
- report.py
- __init__.py
- library.py
- pyproject.toml
- __init__.py
- config.py
- context.py
- errors.py
- interfaces.py
- registry.py
- types.py
- pyproject.toml
- __init__.py
- root_cause.py
- __init__.py
- ahsc.py
- enhancement.py
- microcluster.py
- projection.py
- __init__.py
- base.py
- causal.py
- diffusion.py
- ensemble.py
- ewma.py
- habituation.py
- spatiotemporal.py
- __init__.py
- calibration.py
- fusion.py
- thresholds.py
- pyproject.toml
- __init__.py
- mstdf.py
- __init__.py
- dataset.py
- preprocess.py
- make_pk.py
- make_pk.py
- make_pk.py
- make_pk.py
- make_pk.py
- __init__.py
- exp.py
- __init__.py
- attention.py
- block.py
- embedding.py
- FE.py
- getTrend.py
- GRUVAE.py
- MSTDF.py
- vae.py
- run.sh
- __init__.py
- _affiliation_zone.py
- _integral_interval.py
- _single_ground_truth_event.py
- generics.py
- metrics.py
- __init__.py
- dwt.py
- earlystop.py
- evaluate.py
- getbestF1.py
- getentitylist.py
- getKLContributions.py
- seed.py
- __init__.py
- main.py
- requirements.txt
- NOTICE
- pyproject.toml
- README.md
- __init__.py
- events.py
- exporters.py
- metrics.py
- __init__.py
- health_gate.py
- pipeline.py
- promotion.py
- rollback.py
- rollout.py
- state_machine.py
- __init__.py
- decision.py
- gate_policy.py
- risk_tier.py
- __init__.py
- registry.py
- pyproject.toml
- __init__.py
- scid.py
- __init__.py
- cmi.py
- counterfactual.py
- graph.py
- __init__.py
- combined.py
- mmd.py
- soft_dtw.py
- __init__.py
- dcre.py
- gat.py
- mca.py
- prp.py
- scid_model.py
- __init__.py
- config.py
- masking.py
- pot.py
- training.py
- NOTICE
- pyproject.toml
- README.md
- __init__.py
- channels.py
- normalize.py
- synthetic.py
- window.py
- pyproject.toml
- high_impact.yaml
- standard.yaml
- 1.jpg
- 2.jpg
- 3.jpg
- main.css
- about.html
- account.html
- corkboard.html
- corkboardstatistics.html
- create_corkboard.html
- create_corkboard.html~fan
- create_corkboard.html~HEAD
- create_pushpin.html
- home_screen.html
- layout.html
- login.html
- popular_tags.html
- popularsites.html
- private_login.html
- pushpin.html
- register.html
- search_results.html
- __init__.py
- forms.py
- models.py
- oldroutes.py
- routes.py
- TeamInfo.txt
- test.py
- anoship-logo.svg
- ARCHITECTURE.md
- CONTRIBUTING.md
- EXPERIMENTS.md
- end_to_end.py
- dev_install.sh
- test_ahsc_clusterer.py
- test_ahsc_enhancement.py
- test_ahsc_microcluster.py
- test_ahsc_projection.py
- test_cli.py
- test_detectors.py
- test_habituation_ahsc.py
- test_pipeline.py
- test_policy.py
- test_registry.py
- test_scenarios.py
- test_scid_causal.py
- test_scid_detector.py
- test_scid_losses.py
- test_scid_masking.py
- test_scid_model.py
- test_scid_prp.py
- test_scid_training.py
- test_scoring.py
- .gitignore
- 6400_demo_sample.sql
- initial.py
- LICENSE
- pyproject.toml
- README.md
- run.py
- sql.sql
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/xiaohanc/AnoShip
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd AnoShip
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
pip install -e anoship-core # interfaces, registry, config, types
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
pip install -e anoship-signals # windowing, channels, synthetic streams
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
pip install -e anoship-detection # detectors + scoring + attribution
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
pip install -e anoship-pipeline # rollout, gating, rollback, observability
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
pip install -e anoship-app # API, CLI, scenarios, reporting, adapters
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
