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

💡[FEATURE]: Crypto Market Anomaly Detection #560

Closed
aishikaranjan opened this issue Jul 18, 2024 · 1 comment
Closed

💡[FEATURE]: Crypto Market Anomaly Detection #560

aishikaranjan opened this issue Jul 18, 2024 · 1 comment
Assignees
Labels

Comments

@aishikaranjan
Copy link

Is your feature request related to a problem? Please describe.
Yes, the feature is related to the problem of detecting anomalies in the cryptocurrency market. The volatile nature of cryptocurrencies makes it crucial to identify unusual patterns or changes that could indicate potential risks, fraudulent activities, or significant market events.

Describe the solution you'd like
Firstly, I would perform EDA to identify potential features for anomaly detection. Then preprocess the data and implement logistic regression model to establish a baseline and subsequently evaluate the model performance using metrics such as F1-score, confusion matrix, and classification report.

Describe alternatives you've considered
Multiple models can be combined. Ensemble techniques like Random Forests or Gradient Boosting can be used to handle complex relationships and improve the generalization.

@aishikaranjan aishikaranjan added the enhancement New feature or request label Jul 18, 2024
Copy link

Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.

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

No branches or pull requests

2 participants