HackerTrans
TopNewTrendsCommentsPastAskShowJobs

CloseChoice

no profile record

Submissions

Show HN: Explaining Bundesliga predictions for the start of the season

cloudexplain.eu
1 points·by CloseChoice·11 miesięcy temu·1 comments

Show HN: Interactive explainable AI as mlflow artifacts

github.com
4 points·by CloseChoice·12 miesięcy temu·2 comments

Show HN: Fast, scalable and interactive explainability for ML Models

mvp.cloudexplain.eu
2 points·by CloseChoice·w zeszłym roku·0 comments

comments

CloseChoice
·6 miesięcy temu·discuss
I think this is a very valid hypothesis but it's hard to control for in experiments, since if these traits are necessary to become (or stay) famous, we don't really have a control group.
CloseChoice
·9 miesięcy temu·discuss
It's deepseek so one can expect an open-source license but for anyone (like me) who wants to see that explicitly, since it's not obvious in the GitHub repo: https://huggingface.co/deepseek-ai/DeepSeek-OCR/blob/main/LI...

TLDR: It's MIT licensed
CloseChoice
·11 miesięcy temu·discuss
LLMs are largely used by developers, who (in some sense or the other) supervise what the LLM does constantly (even if that means for sum committing to main and running in production). We do already have a lot of tools: tests, compilation, a programming language with its harsh restrictions compared to natural language, and of course the eye test, this is not the case for a lot of jobs where GenAI is used for hyperautomation, so I am really curious in which way it will or won't get adopted in other areas.
CloseChoice
·11 miesięcy temu·discuss
Does anyone have insights how this compares to anaconda's approach? To me both seem very similar, ux <-> conda, pyx <-> conda-forge.

Sure, astral's products are remarkable and widely loved, but I would like to understand if there's a USP beyond that?
CloseChoice
·12 miesięcy temu·discuss
I just open-sourced: https://github.com/cloudexplain/xaiflow, a mlflow plugin to get interactive xai (particularly shap values) as mlflow artifacts. Furthermore looking into causal AI, especially dowhy.
CloseChoice
·12 miesięcy temu·discuss
Thanks for the question, there are a couple of existing solutions:

- There is already a mlflow builtin tool to log shap plots. This is quite helpful but becomes tedious if you want to dive deep into explainability, e.g. if you want to understand the influence factors for 100s of observations. Furthermore they lack interactivity. Here's the link to the builtin tool: https://mlflow.org/docs/latest/ml/evaluation/shap

- There are tools like shapash or what-if tool, but those require a running python environment. This plugin let's you log shap values in any productive run and explore them in pure html, with some of the features that the other tools provide (more might be coming if we see interest in this).

Here are the links: what-if tool (though it's not actively maintained): https://github.com/PAIR-code/what-if-tool

shapash: https://github.com/MAIF/shapash