A h1st.contrib.pmfp module that contains an Predictive Maintenance / Fault Prediction ("PMFP")-oriented implementation of the k-Oracle architecture
Supporting h1st.utils for Data Processing (in particular, a ParquetDataset structure for managing and processing Parquet files on local FS & S3), and miscellaneous other helpers
A basic h1st CLI that currently includes commands for PMFP (e.g. h1st pmfp oraclize, h1st pmfp predict-faults)
This PR covers the following:
A
h1st.contrib.pmfp
module that contains an Predictive Maintenance / Fault Prediction ("PMFP")-oriented implementation of the k-Oracle architectureSupporting
h1st.utils
for Data Processing (in particular, aParquetDataset
structure for managing and processing Parquet files on local FS & S3), and miscellaneous other helpersA basic
h1st
CLI that currently includes commands for PMFP (e.g.h1st pmfp oraclize
,h1st pmfp predict-faults
)