You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment there is a need to develop a tool that allows explanation of results obtained during experiment. The main point is that in time series classification methods we use generators/bases which transform initial data into valuable features. There are few questions arise:
What features have more influence on classification?
How features transform from one node to another?
How to visually represent the process of time series transformation?
From my point of view the following steps should be taken in order to achieve success accomplishment of the task:
1. Read and comprehend the existing documentation, papers, and articles related to explainability in machine learning models
2. Identify the algorithms and techniques that will be employed to achieve the explainability objectives
3. Sketch out the high-level architecture and workflow of the module, considering aspects such as input/output formats, integration with existing systems, and scalability
4. Code the core functionality of the explanation techniques, ensuring they produce interpretable and comprehensible results. For example:
Implement SHAP values to identify feature contributions in a black-box model.
Develop LIME techniques to extract local explanations for predictions.
Write unit tests to verify the correctness and accuracy of the implemented components.
5. Develop adapters or API endpoints to ensure seamless communication and compatibility between the explainability module and the existing systems
6. Design and execute test cases to cover different scenarios and edge cases
7. Document the purpose, functionality, and usage guidelines of the explainability module, and provide examples and tutorials
Estimated time to obtain MVP is 30ish days
The text was updated successfully, but these errors were encountered:
At the moment there is a need to develop a tool that allows explanation of results obtained during experiment. The main point is that in time series classification methods we use generators/bases which transform initial data into valuable features. There are few questions arise:
Probably the module should be called like this:
From my point of view the following steps should be taken in order to achieve success accomplishment of the task:
Estimated time to obtain MVP is 30ish days
The text was updated successfully, but these errors were encountered: