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

Add new preprocessing techniques #45

Open
afraniomelo opened this issue Sep 10, 2024 · 0 comments
Open

Add new preprocessing techniques #45

afraniomelo opened this issue Sep 10, 2024 · 0 comments
Labels
enhancement Improvements to existing functionality good first issue Good for newcomers

Comments

@afraniomelo
Copy link
Collaborator

How we are today

Data preprocessing is handled by the PreProcess class, which contains various preprocessing methods such as normalization, removal of NaN observations, and more. These self-contained methods are responsible for preparing raw data to be fed into training models.

Proposed enhancement

BibMon is open to incorporating any preprocessing method that could be beneficial for sequential data. Contributors are encouraged to consult specific bibliographies on the topic to identify valuable techniques, such as https://doi.org/10.1016/j.jer.2024.02.018 or https://doi.org/10.1515/revce-2015-0022.

Implementation

To introduce new preprocessing techniques, developers should implement them as methods of the PreProcess class, adhering to the guidelines provided in the contributing guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements to existing functionality good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant