bambinos / bambi

BAyesian Model-Building Interface (Bambi) in Python.
https://bambinos.github.io/bambi/
MIT License
1.08k stars 124 forks source link

Bambi FAQ could be more helpful #644

Open canyon289 opened 1 year ago

canyon289 commented 1 year ago
  1. Remove boilerplate text
  2. Add actual FAQs

https://bambinos.github.io/bambi/faq.html image

tomicapretto commented 1 year ago

This was created because someone once offered to write content for the FAQ, but that never happened. And we never wrote it either. We could remove it if there's nobody who can write it

abuzarmahmood commented 1 year ago

I'd be happy to contribute if I can get some pointers on what to include @tomicapretto @canyon289

YuvrajSinghJadon commented 1 year ago

I would like to contribute .

please provide some information.

canyon289 commented 1 year ago

@abuzarmahmood and @YuvrajSinghJadon youre both welcome to work on this. My suggeestion is come up with a question or two you think users will have, then add those explanations to the FAQ. Tomas or I can comment on the PR :)

tomicapretto commented 1 year ago

Thanks @abuzarmahmood and @YuvrajSinghJadon for the initiative! And thanks Ravin for answering! Following Ravin's comment, I think you could start with a list of questions that you have about the project (how to do X, or is Y supported, or I have Z problem what does it mean?) and we can help with the answers to those questions, while you create the appropriate markdown/notebook file in a PR.

abuzarmahmood commented 1 year ago

Thank you for the pointers @tomicapretto and @canyon289. I've copied below a starter list of Q&A for your feedback. Full disclosure, I have only very recently started using Bambi so I apologize for inaccuracy/naivete in this list.

General

Inference

Model specification

canyon289 commented 1 year ago

This looks great. I have some comments but itll be easier to address those in a pull request. Mind opening one of those and we can keep the discussion going there?