TAOS Edge Model 예측 패키지
Project description
사용 방법
다음과 같이 패키지를 임포트하고 사용할 수 있습니다:
from doona_taos_edge_model.model_predictor import ModelPredictor
predictor = ModelPredictor('model_uuid.dill')
테스트
df = predictor.load_test_csv('sample_uuid.csv')
sample_df = predictor.get_sample(df, 1)
result = predictor.pipeline_and_predict(sample_df)
print(result)
예측 수행
result = predictor.pipeline_and_predict(df)
결과 출력
print(result)
리포트 출력
predictor.print_report()
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 Distribution
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 doona-taos-edge-model-0.2.0.tar.gz.
File metadata
- Download URL: doona-taos-edge-model-0.2.0.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4589e351adbb6fa2ec53efb9257a12d8bc1b388a7c3c2dd2264295cf04508255
|
|
| MD5 |
4d44109c96e7bab338ac0980f7c4bb75
|
|
| BLAKE2b-256 |
823436daa47747bc656f754fc398b6395ddcb2b0534274a2bb2a1296b87715d4
|
File details
Details for the file doona_taos_edge_model-0.2.0-py3-none-any.whl.
File metadata
- Download URL: doona_taos_edge_model-0.2.0-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb9e35292af327ab10d1d09d2ef61c13489bc14a0fa01bde825345d7b0c7bc88
|
|
| MD5 |
05e8a9fee5d893973f9733b54ff7019d
|
|
| BLAKE2b-256 |
2540a85147f792ce3ea73edd0c62e5300a25e7c1745cf45a3239a061396f2468
|