kootenpv / whereami

Uses WiFi signals :signal_strength: and machine learning to predict where you are
GNU Affero General Public License v3.0
5.1k stars 247 forks source link

Does deleting {{location}}.txt files affect the model? #54

Closed markovchainz closed 4 years ago

markovchainz commented 4 years ago

I am trying to delete a single location... I deleted its relevant .txt file but running a prediction still shows the model predicting I am in that location.

Am I doing something wrong or should I take a different approach to deleting a location? (Assuming it is possible within the current library).

Thanks for any help!!

kootenpv commented 4 years ago

Only when you add a new sample will the model be retrained. So you could just add an extra sample for a location and it should be fixed