Skip to content

Commit

Permalink
update ppd
Browse files Browse the repository at this point in the history
  • Loading branch information
Koki committed Nov 5, 2021
1 parent 219745b commit 3a70945
Show file tree
Hide file tree
Showing 9 changed files with 445,622 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ dmypy.json

# Pyre type checker
.pyre/
raw
processed
out

*.pdf
Expand Down
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Predictive Maintenance

This repository is intended to enable quick access to datasets for predictive maintenance (PM) tasks.
This repository is intended to enable quick access to datasets for predictive maintenance (PM) tasks (under development).
The following table summarizes the available features,
where the marks show:
- `x`: satisfying availability
- `u`: univariate features
- `m`: multivariate features

The mark \* on dataset names shows
where the mark \* on dataset names shows
the richness of attributes you may check them up with higher priority.
Note that RUL means remaining useful life.

<!-- :white_check_mark: -->
<!-- :ballot_box_with_check: -->
Expand Down Expand Up @@ -37,10 +33,16 @@ Please put `datasets` directory into your workspace and import it like:
```python
import datasets

# Exmaple
datasets.ufd.load_data()
datasets.ufd.load_data() # dataset-specific values will be returned
```

Each dataset class has the following functions:
- ```load_data(index)```:
it loads dataset specified by 'index'.
Please see README.md in each dataset directory for more details.
- ```gen_summary(outdir)```:
it produces a pdf file of full dataset visualization at ```outdir``` directory.

## Notebooks

There are Jupyter notebooks for all datasets, which may help interactive processing and visualization of data.
Expand Down
Binary file removed datasets/alpi/alarms_log_data.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 3a70945

Please sign in to comment.