this post was submitted on 29 Oct 2023
1 points (100.0% liked)
Machine Learning
1 readers
1 users here now
Community Rules:
- Be nice. No offensive behavior, insults or attacks: we encourage a diverse community in which members feel safe and have a voice.
- Make your post clear and comprehensive: posts that lack insight or effort will be removed. (ex: questions which are easily googled)
- Beginner or career related questions go elsewhere. This community is focused in discussion of research and new projects that advance the state-of-the-art.
- Limit self-promotion. Comments and posts should be first and foremost about topics of interest to ML observers and practitioners. Limited self-promotion is tolerated, but the sub is not here as merely a source for free advertisement. Such posts will be removed at the discretion of the mods.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
My backgrpund is in ux design and strategic planning and I've recently started learning about Causal ML (as part of learning ML).
I found that you already need to bring your assumption/reasoning of causation to the model as a flow chart, it's usually more than A leads to B. Causal ML then uses your data to predict the accuracy of your assumption.
Here's an obvious example:
If I have an A/B test of an ecommerce checkout, one blue and one red button. and in an a/b testing, red performs better. then a prediction model would learn that red performs better than blue.
In Causal ML, i would bring all factors in: background color, position, button color font, user & purchase information.
I can then create a first causal discovery model to come up with a network graph of the relation and then use causal ML to calculate the probability of effects.
Turns out, the color mages a difference for older shoppers because blue has lower contrast than red. so I could also choose another color with similar contrast for the same perfomance effect.
But I agree with you, a lot of that the thought work needs to be done before.