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] Check Module Structure and Error Handling in Logging #91

Open
AHSANATIQ98 opened this issue Oct 10, 2024 · 3 comments
Open

[FEATURE] Check Module Structure and Error Handling in Logging #91

AHSANATIQ98 opened this issue Oct 10, 2024 · 3 comments

Comments

@AHSANATIQ98
Copy link

Description

Addition of Check Module Structure and Error Handling in Logging in inti.py file in explainablei folder.

Problem it Solves

Handel errors and adding checks

Proposed Solution

explainableai/init.py

"""
This module initializes the explainable AI package.
"""

from .core import XAIWrapper
import logging

Configure logging

logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')

Define the public interface

all = ['XAIWrapper']

Alternatives Considered

Additional Context

@AHSANATIQ98 AHSANATIQ98 added the enhancement New feature or request label Oct 10, 2024
Copy link

👋 Thank you for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!

@AHSANATIQ98
Copy link
Author

kindly add gssoc-ext label

@ombhojane
Copy link
Owner

ombhojane commented Oct 12, 2024

@AHSANATIQ98 go ahead, have a look to exceptions.py, it was recently added and offers similar usecase

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

No branches or pull requests

2 participants