-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #154 from prio-data/adr_more_fixes
Adr more fixes
- Loading branch information
Showing
21 changed files
with
369 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,41 @@ | ||
TODO | ||
# Local Data Storage | ||
|
||
| ADR Info | Details | | ||
|---------------------|-------------------| | ||
| Subject | Local Data Storage | | ||
| ADR Number | 001 | | ||
| Status | Proposed | | ||
| Author | Simon | | ||
| Date | [Insert Date (DD.MM.YYYY)] | | ||
|
||
## Context | ||
*Describe the issue that necessitated the decision, including any factors considered during the decision-making process. This should provide a clear understanding of the challenges or opportunities addressed by the ADR.* | ||
|
||
## Decision | ||
*Detail the decision that was made, including any alternatives that were considered and the reasons for choosing the implemented solution. Provide enough technical specifics to justify the approach.* | ||
|
||
### Overview | ||
*Overview of the decision in a clear and concise manner.* | ||
|
||
## Consequences | ||
*Discuss the positive and negative effects of the decision. Include both immediate outcomes and long-term implications for the project's architecture. Highlight how the decision aligns with the challenges outlined in the context.* | ||
|
||
**Positive Effects:** | ||
- List the benefits of the decision. | ||
|
||
**Negative Effects:** | ||
- List the potential drawbacks or challenges introduced by the decision. | ||
|
||
## Rationale | ||
*Explain the reasoning behind the decision, including any specific advantages that influenced the choice. This section should reflect the factors mentioned in the context.* | ||
|
||
### Considerations | ||
*List any considerations that were part of the decision-making process, such as potential risks, dependency issues, or impacts on existing systems.* | ||
|
||
## Additional Notes | ||
*Include any additional information that might be relevant to the decision, such as implications for development workflows, future maintenance, or related decisions.* | ||
|
||
## Feedback and Suggestions | ||
*Invite team members or stakeholders to provide feedback or suggest improvements on the decision or its implementation.* | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 41 additions & 1 deletion
42
documentation/ADRs/006_model_specific_inputdata_querysets.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,41 @@ | ||
TODE | ||
# Model-Specific Input Data Querysets | ||
|
||
| ADR Info | Details | | ||
|---------------------|-------------------| | ||
| Subject | Model-Specific Input Data Querysets | | ||
| ADR Number | 006 | | ||
| Status | Proposed | | ||
| Author | Simon | | ||
| Date | [Insert Date (DD.MM.YYYY)] | | ||
|
||
## Context | ||
*Describe the issue that necessitated the decision, including any factors considered during the decision-making process. This should provide a clear understanding of the challenges or opportunities addressed by the ADR.* | ||
|
||
## Decision | ||
*Detail the decision that was made, including any alternatives that were considered and the reasons for choosing the implemented solution. Provide enough technical specifics to justify the approach.* | ||
|
||
### Overview | ||
*Overview of the decision in a clear and concise manner.* | ||
|
||
## Consequences | ||
*Discuss the positive and negative effects of the decision. Include both immediate outcomes and long-term implications for the project's architecture. Highlight how the decision aligns with the challenges outlined in the context.* | ||
|
||
**Positive Effects:** | ||
- List the benefits of the decision. | ||
|
||
**Negative Effects:** | ||
- List the potential drawbacks or challenges introduced by the decision. | ||
|
||
## Rationale | ||
*Explain the reasoning behind the decision, including any specific advantages that influenced the choice. This section should reflect the factors mentioned in the context.* | ||
|
||
### Considerations | ||
*List any considerations that were part of the decision-making process, such as potential risks, dependency issues, or impacts on existing systems.* | ||
|
||
## Additional Notes | ||
*Include any additional information that might be relevant to the decision, such as implications for development workflows, future maintenance, or related decisions.* | ||
|
||
## Feedback and Suggestions | ||
*Invite team members or stakeholders to provide feedback or suggest improvements on the decision or its implementation.* | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,41 @@ | ||
TODO | ||
# Distributed Directory README Files | ||
|
||
| ADR Info | Details | | ||
|---------------------|-------------------| | ||
| Subject | Distributed Directories for README Files | | ||
| ADR Number | 007 | | ||
| Status | Proposed | | ||
| Author | Simon | | ||
| Date | [Insert Date (DD.MM.YYYY)] | | ||
|
||
## Context | ||
*Describe the issue that necessitated the decision, including any factors considered during the decision-making process. This should provide a clear understanding of the challenges or opportunities addressed by the ADR.* | ||
|
||
## Decision | ||
*Detail the decision that was made, including any alternatives that were considered and the reasons for choosing the implemented solution. Provide enough technical specifics to justify the approach.* | ||
|
||
### Overview | ||
*Overview of the decision in a clear and concise manner.* | ||
|
||
## Consequences | ||
*Discuss the positive and negative effects of the decision. Include both immediate outcomes and long-term implications for the project's architecture. Highlight how the decision aligns with the challenges outlined in the context.* | ||
|
||
**Positive Effects:** | ||
- List the benefits of the decision. | ||
|
||
**Negative Effects:** | ||
- List the potential drawbacks or challenges introduced by the decision. | ||
|
||
## Rationale | ||
*Explain the reasoning behind the decision, including any specific advantages that influenced the choice. This section should reflect the factors mentioned in the context.* | ||
|
||
### Considerations | ||
*List any considerations that were part of the decision-making process, such as potential risks, dependency issues, or impacts on existing systems.* | ||
|
||
## Additional Notes | ||
*Include any additional information that might be relevant to the decision, such as implications for development workflows, future maintenance, or related decisions.* | ||
|
||
## Feedback and Suggestions | ||
*Invite team members or stakeholders to provide feedback or suggest improvements on the decision or its implementation.* | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#Common Querysets for Model Pipelines | ||
# Common Querysets for Model Pipelines | ||
|
||
|
||
| ADR Info | Details | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## Input Drift Detection Logging | ||
# Input Drift Detection Logging | ||
|
||
|
||
| ADR Info | Details | | ||
|
57 changes: 50 additions & 7 deletions
57
documentation/ADRs/017_log_files_for_offline_evaluation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,61 @@ | ||
# Log Files for Offline Evaluation | ||
|
||
| ADR Info | Details | | ||
|---------------------|-------------------| | ||
| Subject | Log Files for Offline Evaluation | | ||
| ADR Number | 017 | | ||
| Status | Proposed | | ||
| Author | | | ||
| Date | [Insert Date (DD.MM.YYYY)] | | ||
|
||
## Context | ||
*Describe the issue that necessitated the decision, including any factors considered during the decision-making process. This should provide a clear understanding of the challenges or opportunities addressed by the ADR.* | ||
|
||
For related ADRs on the generation of different log files and other general logging standards/routines, please see the ADRs below: [NOTE: new relevant ADRs links should be added] | ||
|
||
[009_log_file_for_generated_data](/documentation/ADRs/009_log_file_for_generated_data.md) | ||
- [009_log_file_for_generated_data](/documentation/ADRs/009_log_file_for_generated_data.md) | ||
|
||
[016_input_drift_detection_logging](/documentation/ADRs/016_input_drift_detection_logging.md) | ||
- [016_input_drift_detection_logging](/documentation/ADRs/016_input_drift_detection_logging.md) | ||
|
||
[018_log_files_for_online_evaluation](/documentation/ADRs/018_log_files_for_online_evaluation.md) | ||
- [018_log_files_for_online_evaluation](/documentation/ADRs/018_log_files_for_online_evaluation.md) | ||
|
||
[019_log_files_for_model_training](/documentation/ADRs/019_log_files_for_model_training.md) | ||
- [019_log_files_for_model_training](/documentation/ADRs/019_log_files_for_model_training.md) | ||
|
||
- [020_log_files_and_realtime_alerts](/documentation/ADRs/020_log_files_and_realtime_alerts.md) | ||
|
||
- [025_log_level_standards](/documentation/ADRs/025_log_level_standards.md) | ||
|
||
- [026_log_files_for_input_data](/documentation/ADRs/026_log_files_for_input_data.md) | ||
|
||
|
||
## Decision | ||
*Detail the decision that was made, including any alternatives that were considered and the reasons for choosing the implemented solution. Provide enough technical specifics to justify the approach.* | ||
|
||
### Overview | ||
*Overview of the decision in a clear and concise manner.* | ||
|
||
## Consequences | ||
*Discuss the positive and negative effects of the decision. Include both immediate outcomes and long-term implications for the project's architecture. Highlight how the decision aligns with the challenges outlined in the context.* | ||
|
||
**Positive Effects:** | ||
- List the benefits of the decision. | ||
|
||
**Negative Effects:** | ||
- List the potential drawbacks or challenges introduced by the decision. | ||
|
||
## Rationale | ||
*Explain the reasoning behind the decision, including any specific advantages that influenced the choice. This section should reflect the factors mentioned in the context.* | ||
|
||
### Considerations | ||
*List any considerations that were part of the decision-making process, such as potential risks, dependency issues, or impacts on existing systems.* | ||
|
||
## Additional Notes | ||
*Include any additional information that might be relevant to the decision, such as implications for development workflows, future maintenance, or related decisions.* | ||
|
||
## Feedback and Suggestions | ||
*Invite team members or stakeholders to provide feedback or suggest improvements on the decision or its implementation.* | ||
|
||
--- | ||
|
||
[020_log_files_and_realtime_alerts](/documentation/ADRs/020_log_files_and_realtime_alerts.md) | ||
|
||
[025_log_level_standards](/documentation/ADRs/025_log_level_standards.md) | ||
|
||
[026_log_files_for_input_data](/documentation/ADRs/026_log_files_for_input_data.md) |
Oops, something went wrong.