Skip to main content

Example algo package with Cython-compiled submodules

Project description

參數列表

演算法功能 建模參數
0 DEMO "0, 1, 1, 1, 1, 1, 1, 1"
1-1 一般建模(TSMC) "1, 0, 1, 3, 3, 1, 1, 1"
1-2 一般建模(SDP、雲界) "1, 0, 1, 1, 2, 1, 1, 1"
2-1 快速建模-暫態(TSMC) "1, 0, 1, 3, 3, 1, 1, 2"
2-2 快速建模-穩態(TSMC) "1, 0, 1, 3, 3, 1, 1, 3"

參數意義

0 1 2 3 4
1. 時間長度設定 min hour
2. 測試資料群值處理 close open
3. 低解析度特徵篩選 close open
4. 特徵選擇 Time, Frequency, fail mode Time, Frequency Frequency
5. Scale df_scaled = df Standardize() minmax()
6. 模型 PCA + T²
7. rul_deadline T² + 12 * σ(T²) → Score Warning: T² + 24 * σ(T²) → Score
rul_deadline = 0
8. feature_extraction_setting 每小時取特徵
小時不足1800筆則刪除
依資料進行rolling計算
Window = 120s
Step = 60s (暫態)
Rolling計算
Window = 3600s
Step = 1800s (穩態)

error_stage列表

Training error_stage 程式步驟
Error_01 df 轉換成每秒一筆資料
Error_02 出廠設定參數
Error_03 前處理
Error_04 特徵分類/挑選
Error_05 低解析度特徵篩選
Error_06 特徵萃取
Error_07 資料正規化
Error_08 建模
Error_09 RUL 計算
Inference error_stage 程式步驟
Error_01 df 轉換成每秒一筆資料
Error_02 檢查資料筆數 (是否<301)
Error_03 出廠設定參數
Error_04 前處理
Error_05 特徵萃取
Error_06 資料正規化
Error_07 計算 HI & T2 & 嫌疑度變量

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

phm_algo_ias-1.3.1-cp311-cp311-win_amd64.whl (220.9 kB view details)

Uploaded CPython 3.11Windows x86-64

phm_algo_ias-1.3.1-cp311-cp311-musllinux_1_2_x86_64.whl (378.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

phm_algo_ias-1.3.1-cp311-cp311-musllinux_1_2_aarch64.whl (344.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

phm_algo_ias-1.3.1-cp311-cp311-manylinux_2_28_x86_64.whl (375.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

phm_algo_ias-1.3.1-cp311-cp311-manylinux_2_28_aarch64.whl (343.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

File details

Details for the file phm_algo_ias-1.3.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for phm_algo_ias-1.3.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8dc83795fd5414579802f3a03d0201b59af4ce150ac413efeacc5008af96e736
MD5 b05ab3172ae942f4bbc9411ad624727e
BLAKE2b-256 984cd74c2b122a8351b071d2df399e1f23780dafc0cafb84b31a3e3afda9186e

See more details on using hashes here.

File details

Details for the file phm_algo_ias-1.3.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for phm_algo_ias-1.3.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 df2e7fe3e5a222d5d29f9edbcc54b35ff619d62bd81f56a0d06ebd49b3bd34fa
MD5 d6bb4f813ccc48dbbfaa120e3dc25391
BLAKE2b-256 182e6da3b1a961f0fab91c7f0775c6d0f0ab1e3a49ec618eb1c03e01e700235a

See more details on using hashes here.

File details

Details for the file phm_algo_ias-1.3.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for phm_algo_ias-1.3.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8421e340a4bdef302905b4df6dd41e4bba3352a0420a1baafd16ea52a17315a6
MD5 519d62090625eeb8296145827c5bb466
BLAKE2b-256 40c259139f70b803c085ace03d0ca88683b690b213e79efc3a177f13dfefd8e2

See more details on using hashes here.

File details

Details for the file phm_algo_ias-1.3.1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phm_algo_ias-1.3.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d7983c6771582617e5b17da3022593701aa77a35ad37c8cbd33b04cbb0d0921b
MD5 08b33a6fadb9be0b58d0eae0096678f5
BLAKE2b-256 2d93c31562b2bdd4392d24c32a76502fea597e10462592d3597025743114b207

See more details on using hashes here.

File details

Details for the file phm_algo_ias-1.3.1-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phm_algo_ias-1.3.1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7a7a8779b80bd4caf66951a22de1cbbb88931bbf74622c7534763dc5addd3c73
MD5 e5992e1051f880f8a47a60389a6cb43f
BLAKE2b-256 e752e59254b6836320e37074e3095994e2a5dec94723954808247ae6408d06e0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page