Skip to main content

Example algo package with Cython-compiled submodules

Project description

應用場域

機台種類 特徵採用
固定式轉動機械 時域、頻域、fail mode
非固定式轉動機械 時域、頻域

參數列表

演算法功能 建模參數 客戶、用途
0.1 DEMO_1 (每分鐘訓練以及推論) (固定式轉動機械) "0, 0, 1, 1, 2, 1, 1, 1" DEMO (Segmentation)
0.2 DEMO_2 (時窗=60s, step=30s做訓練以及推論 ) (固定式轉動機械) "0, 0, 1, 1, 2, 1, 1, 4" DEMO (Rolling)
0.3 DEMO_1 (每分鐘訓練以及推論) (非固定式轉動機械) "0, 0, 1, 2, 2, 1, 1, 1" DEMO (Segmentation)
0.4 DEMO_2 (時窗=60s, step=30s做訓練以及推論) (非固定式轉動機械) "0, 0, 1, 2, 2, 1, 1, 4" DEMO (Rolling)
1-1 Segmentation 一般建模 (頻域) "1, 0, 1, 3, 3, 1, 1, 1" 南科TSMC
1-2 Segmentation 一般建模 (時域、頻域、fail mode) "1, 0, 1, 1, 2, 1, 1, 1" SDP、雲界、景碩
2-1 快速建模-暫態 (頻域) "1, 0, 1, 3, 3, 1, 1, 2" 南科TSMC
2-2 快速建模-穩態 (頻域) "1, 0, 1, 3, 3, 1, 1, 3" 南科TSMC
3-1 Rolling 一般建模 (時域、頻域、fail mode) "1, 0, 1, 1, 2, 1, 1, 3" 未來更版用
3-2 Rolling 一般建模 (時域、頻域) "1, 0, 1, 2, 2, 1, 1, 3" 未來更版用 SDP(KDY、USUN)

參數意義

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 (穩態)
Rolling計算 Window = 60s ,Step = 30s

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.5.2-cp311-cp311-win_amd64.whl (257.7 kB view details)

Uploaded CPython 3.11Windows x86-64

phm_algo_ias-1.5.2-cp311-cp311-musllinux_1_2_x86_64.whl (449.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

phm_algo_ias-1.5.2-cp311-cp311-musllinux_1_2_aarch64.whl (404.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

phm_algo_ias-1.5.2-cp311-cp311-manylinux_2_28_x86_64.whl (447.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

phm_algo_ias-1.5.2-cp311-cp311-manylinux_2_28_aarch64.whl (402.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

File details

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

File metadata

File hashes

Hashes for phm_algo_ias-1.5.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5986009472e3aa3bae5a051cd8aa1bcebee32f2a4787698df827120b5096f701
MD5 775e9a641ac5454924a18839c289c5b2
BLAKE2b-256 bf2c92ec5d9ec622ffa88390f8d42fa341090232f03dc760b7431bbaeb74aa4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phm_algo_ias-1.5.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7d300e977457a842fd262b55db1fb75b5f75b59709ed77d10812bb9b63ff5ec1
MD5 e5d958b93e1777a49249bfc7eac08153
BLAKE2b-256 5bd431ed0dd64ea44c7935f934978787aac0b40449f7bffd8cbcf06c7ce0c26b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phm_algo_ias-1.5.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f80f9ccb944f4c4459605bda169fb4369f176e623010188cd5ee2dd5da31e1ce
MD5 4aa8c446d65c82321308d12c4b87275b
BLAKE2b-256 e85507becf1b1227fe8becdafc03bf21a1ae1d8289009020368286409fa07dce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phm_algo_ias-1.5.2-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e9c2ec5406ee7be7336bee9ca894234794a2c4c2ab9942012229c8d5c14b42ba
MD5 c0d0453316be95e9d2f8e1cd68420235
BLAKE2b-256 e10d454138665038c968955bb45cf47643f96b38b199b3cf6274cbf61f8ebe9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for phm_algo_ias-1.5.2-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8dbcdcc15f91c53d30142ca144f8d1f2ca24f66017c864c782fee85fdebd69c1
MD5 7230a9747f2b85408b6ae266e59c8fd8
BLAKE2b-256 49242a1f6a7321615a949fe1c7d913306d5a3919952fd8b6df124c4424fd99d2

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