135201
You will be muted until you read the rules. Read them! @Rules_for_Python A group about the Python programming language. Offtopic things go here: @pythonofftopic Resources to learn python: @pythonres Group for Hy: @hylang Selenium: @SeleniumPython
Yes, I can speak Persian.
But my question is exactly what I said — it is highly related to mathematics.
I need to identify the outliers in a dataset using both the IQR method and the Z-score method, and determine which method detects a greater number of outliers.
Finally, I need to answer this question:
“Is it possible to adjust the Z-score threshold so that the number of detected outliers becomes equal to the number identified by the IQR method?”
Please don't ask meta questions like:
- Any user of $x here?
- Anyone used technology $y?
- Hello, I need help on $z!
Just ask about your problem directly! If you don't know what to ask, please read: http://catb.org/~esr/faqs/smart-questions.html
Please use @pythonofftopic for non python related topics.
Читать полностью…
looks like you need an offtopic group, please delete the off-topic message(s) and continue this conversation at @pythonofftopic
Читать полностью…
Can i send you a private message?
No. We do not provide one-on-one tutoring, hire someone if you need it. Questions are better answered in public so that everyone can learn.
That's the only data structure that holds data, so yes. Obviously one needs to think about a format.
Читать полностью…
Homework? Job/Quiz question?
you have to do it yourself, this group is to help you on specific issues you have on YOUR code, so you have to show the code you wrote by yourself and explain where and why you are stuck... as simple as that. 🤷🏻♂️
Ok you just wanna know that can you do the desired data identified with the z-score and iqr?!
Читать полностью…
Hi, I believe that you can speak Persian so, can you ask your question in our native language?!
CUZ I really think that you are asking the wrong way😅
I dont understand anything about the topic. Good luck.
Читать полностью…
Hi guys
I have a exercise about IQR and Z-score
Can someone help me?
Hello
I'd like to ask for your advice as I'm thinking of seriously getting into the world of programming and technology engineering.
I personally want to specialize in AI/machine learning.
Therefore, I'd like your advice on whether I should take advantage of good courses and certifications in programming, development, technology, and other areas, even if they aren't directly related to my future specialization: for example, software development, web development, competitive programming, etc.?
hello can anyone help me with learning pytorch and other python libraries for creating AIs
Читать полностью…
You'll need to convert it into a code object, then use a bytecode decompiler. But it wouldn't be exactly the same as the original, and there might even be errors if there is a version conflict. There's also a security concern if you found the code online or if it is from an unverified source, as this technique is commonly used to hide malicious code. It's generally good advice to not execute it blindly.
Читать полностью…
Check out @PythonRes, a channel for Python resources - video courses, pdf books, tutorials and other info to help you learn Python.
Читать полностью…
please someone who solve this? mention me guys
" Write a program that asks for the country name and its capital city and builds a dictionary using that when you input the country name and it will tell you the capital city of that country and create a ‘country’ file and stores each country with their capital city in the created file."