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

Update base experiment with 3w dataset 2.0 #131

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

castrokelly
Copy link

This pull request updates the base experiment (base_experiment.py) in the MAIS (Modular Artificial Intelligence System) to be compatible with the 3W Dataset 2.0.

Changes made:

  • Updated selected_tags: The selected_tags attribute now uses the VARS variable from base.py, which contains the correct column names for the 3W Dataset 2.0.
  • Included imputed instance type: The instance_types attribute now includes the "imputed" type, allowing the base experiment to use the manually inserted data from the 3W Dataset 2.0.
  • Updated tgt_events: The tgt_events attribute now uses the EVENT_NAMES variable from base.py, which contains the correct event names for the 3W Dataset 2.0.

Benefits:

  • Compatibility with 3W Dataset 2.0: The base experiment is now compatible with the latest version of the dataset, allowing users to leverage the new data and features.
  • Improved data usage: The inclusion of the imputed instance type allows the base experiment to utilize all available data in the 3W Dataset 2.0.
  • Correct event handling: The updated tgt_events attribute ensures that the base experiment correctly handles the events defined in the 3W Dataset 2.0.

This update ensures that the base experiment in the MAIS is up-to-date and compatible with the 3W Dataset 2.0, providing a solid foundation for building and testing machine learning models for anomaly detection in oil wells.


By creating this pull request, I confirm that I have read and fully accept and agree with one of the Petrobras' Contributor License Agreements (CLAs):

Our CLAs are based on the Apache Software Foundation's CLAs:

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.

1 participant