python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Removing outliers with Exponential moving avergae using python
I have a crop price dataset I am trying to implement prophet prediction model. but before that I want to replace outliers. I am currently detecting the outliers using 10% and 90% quantile technique. a...
Darshil Shah
Votes: 0
Answers: 1
How to detect ellipse and remove outliers in image using opencv Python
I'm trying to extract the dots that form an ellipse then draw it . But because of some points that can be considered as outliers, I got an invalid mask of ellipse. Like this:
Here is the code that ...
ELOUTMADI
Votes: 0
Answers: 1
How to improve the performance of Isolation forest on time series?
I'm using Isolation Forest on a time series. I'm trying to classify faults in sensor data, but Isolation forest is not functioning quite like I would like. The picture shows how a lot of the jumps are...
Julian
Votes: 0
Answers: 1
How to drop part of the values from one column by condition from another column in Python, Pandas?
I have real estate dataframe with many outliers and many observations.
I have variables: total area, number of rooms (if rooms = 0, then it's studio appartment) and kitchen_area.
"Minimalized&quo...

alpony
Votes: 0
Answers: 1