I find itβs really good for asking extremely specific code questions
Asklemmy
A loosely moderated place to ask open-ended questions
Search asklemmy π
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
Very basic and non-creative source code operations. Eg. "convert this representation of data to that representation of data based on the template"
It's really good in statistics, but you need to know enough statistics to know what to ask. Just today I needed to write a PyStan script for doing some MCMC and it's helped me to write it, structure the data and understand the results of the experiment. Then, it confirmed my suspension that the chosen model was not very good for my data and tomorrow I'm trying with another probability distribution.