Example algo package with Cython-compiled submodules
Project description
參數列表
| 演算法功能 | 建模參數 | |
|---|---|---|
| 0.1 | DEMO_1 (每分鐘訓練以及推論) | "0, 0, 1, 1, 2, 1, 1, 1" |
| 0.2 | DEMO_2 (時窗=60s, step=30s做訓練以及推論 ) | "0, 0, 0, 1, 2, 1, 1, 4" |
| 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 (穩態) |
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
Release history Release notifications | RSS feed
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 Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file phm_algo_ias-1.3.4-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: phm_algo_ias-1.3.4-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 229.9 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8635ce77150dc8db0ba2d0623ebad9aeecb4d794e5f713b0312b06c9011c336e
|
|
| MD5 |
faf90a924f7a13ccc00dcc75bb235003
|
|
| BLAKE2b-256 |
bb46a0d648b28cc96b822659758c9f4b0820a779eb4c6a697ed6952ad2707288
|