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)
How to know which features causes anomalies while training isolation forest model
I'm training an unsupersived isolation forest model with a dataframe that contains 10 features , the model performs well and detect anomalies.
My question is if an anomaly is catched i want to know wh...
Bacem
Votes: 0
Answers: 1
Missing argument error however one is given
I have a unsuperivsed learning class and one of the functions is throwing an error for seemingly no reason. My class method that's throwing the error is:
def flatten(self,cluster):
out = []
fo...

Dirac Delta Yeah
Votes: 0
Answers: 1
Spatial Points Outlier Clustering Method
I would like to implement an unsupervised clustering to detect grids (vertical/horizontal lines) for spatial points.
I have tried DBSCAN and it gives subpar results. It is able to pick out the grids a...

eun ji
Votes: 0
Answers: 1
Why are models such as BERT or GPT-3 considered unsupervised learning during pre-training when there is an output (label)
I am not very experienced with unsupervised learning, but my general understanding is that in unsupervised learning, the model learns without there being an output. However, during pre-training in mod...
danielkim9
Votes: 0
Answers: 0