Skip to content

Create ISSUE_TEMPLATE.md#11

Merged
mateiz merged 1 commit intomasterfrom
mlflow-issue-template
Jun 7, 2018
Merged

Create ISSUE_TEMPLATE.md#11
mateiz merged 1 commit intomasterfrom
mlflow-issue-template

Conversation

@smurching
Copy link
Collaborator

Create template for GitHub issues, taken with modification from TensorFlow's template.

@mateiz mateiz merged commit 770e39c into master Jun 7, 2018
@smurching smurching deleted the mlflow-issue-template branch June 7, 2018 18:09
juntai-zheng pushed a commit that referenced this pull request Dec 19, 2019
Update to include 0.7.0 release
jessechancy added a commit to jessechancy/mlflow that referenced this pull request May 24, 2024
# This is the 1st commit message:

add tracing to evaluate

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

monkeypatch with langchain

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

recursion fix

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

remove print

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

Autologging langchain config and cleanup

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

comment fixes

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

wip

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

wip

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

fixes

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

test import global

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

test fixes

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

fixes

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

fixes

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

# This is the commit message mlflow#2:

fixes

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

# This is the commit message mlflow#3:

fixes

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

# This is the commit message mlflow#4:

retrigger tests

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

# This is the commit message mlflow#5:

remove copy to prevent retriggers

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

# This is the commit message mlflow#6:

fixes + opt in langchain

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

# This is the commit message mlflow#7:

fixed tests

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

# This is the commit message mlflow#8:

added test for langchain not installed

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

# This is the commit message mlflow#9:

add langchain-experimental package

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

# This is the commit message mlflow#10:

Create copy of model.predict for tracing

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

# This is the commit message mlflow#11:

fixed tests

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>
jessechancy added a commit to jessechancy/mlflow that referenced this pull request May 29, 2024
# This is the 1st commit message:

add tracing to evaluate

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

monkeypatch with langchain

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

recursion fix

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

remove print

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

Autologging langchain config and cleanup

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

comment fixes

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

wip

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

wip

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

fixes

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

test import global

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

test fixes

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

fixes

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

fixes

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

# This is the commit message mlflow#2:

fixes

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

# This is the commit message mlflow#3:

fixes

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

# This is the commit message mlflow#4:

retrigger tests

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

# This is the commit message mlflow#5:

remove copy to prevent retriggers

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

# This is the commit message mlflow#6:

fixes + opt in langchain

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

# This is the commit message mlflow#7:

fixed tests

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

# This is the commit message mlflow#8:

added test for langchain not installed

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

# This is the commit message mlflow#9:

add langchain-experimental package

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

# This is the commit message mlflow#10:

Create copy of model.predict for tracing

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>

# This is the commit message mlflow#11:

fixed tests

Signed-off-by: Jesse Chan <jesse.chan@databricks.com>
nojaf added a commit to nojaf/mlflow that referenced this pull request Jun 13, 2024
B-Step62 added a commit that referenced this pull request Jul 10, 2025
Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
github-merge-queue bot pushed a commit that referenced this pull request Aug 12, 2025
Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
edwinhe-db pushed a commit to edwinhe-db/mlflow that referenced this pull request Aug 19, 2025
Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
smoorjani added a commit to smoorjani/mlflow that referenced this pull request Feb 24, 2026
…nd cleanup

- Parallelize _extract_failure_labels with ThreadPoolExecutor (mlflow#6)
- Wire _extract_assessment_rationale into Phase 2 for human feedback (mlflow#8)
- Add additional_scorers parameter for multi-scorer triage (mlflow#11)
- Fix frequency calculation to count affected trace IDs, not analyses
- Add issue deduplication after re-split (case-insensitive name match)
- Filter "No issues detected" spurious results from cluster summarizer
- Remove dead code: 10 functions, 3 classes, 8 constants, 20 tests
- Move imports to top-level, update docstring to reflect actual phases

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Samraj Moorjani <samraj.moorjani@databricks.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants