python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Interquartile range for categorical data
I have been asked to report the descriptive statistics of my results in terms of IQR and median for my categorical variables but I do not know how I can do that! I know the logic but in continuous dat...

Aura
Votes: 0
Answers: 1
Outlier Elimination in Spark With InterQuartileRange Results in Error
I have the following recursive function that determines the Outlier using the InterQuartileRange method:
def interQuartileRangeFiltering(df: DataFrame): DataFrame = {
@scala.annotation.tailrec
...

joesan
Votes: 0
Answers: 2
Apache Zeppelin Not Showing Full Stack Trace
I have the following Paragraph that does some Outlier detection using the InterQuartileRange method and strangely it runs in an error, but Apache Zeppelin is kind of truncating it to be useful.
Here i...

joesan
Votes: 0
Answers: 1