euroargodev / euroargodev/BlueCloud
Differents results for the same fit
- Dominant language
- Jupyter Notebook
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
I fitted the mediterranean data set ``ds = argo_loader.region([-6, 35, 30, 46, 0, 1000, '2012', '2013']).to_xarray()`` to a model using k=8 and temperature as feature and I obteined the following spatial distribution of classes:

Some minutes ago I fitted the model again with the same dataset and the same model inputs and I obtained a different result:

The spatial distribution of classes is different: in the fist example we have 2 classes in the western basin and in the second example there is only one class in the western basin.
Why using the same dataset and the same model the results of fitting are different? Is it related to the convengence of the model?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.