Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Condition monitoring - Initial additions to align with the format #61

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

arivperumal19
Copy link
Contributor

Tasks performed to align the conditional monitoring project with the format of other projects

  • Added requirements.txt
  • Added the library item for the condition monitoring project in the readme file at root directory
  • Removed the outputs from the python notebook
  • Started with modularizing the code of the python notebook

This is a pull request for the issue #59

@arivperumal19 arivperumal19 marked this pull request as draft March 13, 2023 20:43
@arivperumal19 arivperumal19 marked this pull request as ready for review March 13, 2023 20:48
"source": [
"#Separating the main metrics and additional metrics into different tables for further analysis\n",
"\n",
"metrics = pd.DataFrame(list(zip(final['Data_y'][3],\n",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add vibration plots for inner and outer ring damages.

@arivperumal19
Copy link
Contributor Author

  1. Performed EDA using data-describe package with sample matlab files.
  2. Added sample visualizations to the notebook.
  3. Modularized the code for easier understanding and reusability.

For the issue #59

"id": "ec9855e8-7e9c-4005-a25d-3433086e35a0",
"metadata": {},
"source": [
"### EDA using data-describe"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@arivperumal19

As discussed, please add the visualization comparison for extent of damage for:

1) Artificial Damage - Table 4
Try to see the comparison between KA03 and KA05. Since both damage methods are electric engraver but the extent damage level is different. We want to get a sense of vibration deviation for these levels

2) Real Damage - Table 5
Check comparison for KA04 and KA16. Both have same damage type (Fatigue, pitting) but different damage levels.

Note: Just a caution, to make sure we are comparing apples to apples. 1 and 2 are for Outer Ring elements. Inner ring damages will exhibit different behaviour from OR.

@@ -5,7 +5,7 @@
Many plants faces unplanned downtime and it assets fail over the period of time and plants should have the ability to predict the life remaining.
With the help of data science, the first step is to build an ML tool to analyze the condition or health of machine assets.

### Dataset
### Paderborn Bearing Dataset

Our dataset of Interest(Paderborn Bearing Dataset) consists the following details:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@arivperumal19
Copy link
Contributor Author

  1. Cleaned EDA notebook
  2. Started with consolidating all the bearing damage related information with Signals for further analysis.

For the issue #59

Copy link

@arsalsyed24 arsalsyed24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants