Leandro A. Bugnon
Leandro A. Bugnon
I encountered a bug when training the som. In some cases (I don't know why yet) seems that the codebook is replicated in one direction. This is, centroids of every...
When running som = SOMFactory.build(traindata, mapsize, lattice='rect', normalization=None) som.train(n_job=1,verbose=0) from sompy.visualization.mapview import View2D view2D = View2D(10,10,'title') view2D.show(som) I get error: File "main.py", line 60, in view2D.show(som) File "/usr/local/lib/python3.5/dist-packages/SOMPY-1.0-py3.5.egg/sompy/visualization/mapview.py", line 62,...
Great template! It took no time, I also added multilingual support very easily
Hi, If i get it right, early stop is used on train (in fact, reported loss is from train set). Is there any reason for that? I mean, why validation...
Adding a small change to make optional the use of multiple threads for download files. We couldn't make it work in a conda environment in windows. With this change, default...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem description I'm trying to optimize a model flux product (fluxA*fluxB). Gurobi rises...
### Is this a docs issue? - [X] My issue is about the documentation content or website ### Type of issue Information is incorrect ### Description trixie Release throws a...
You could try new approaches using the models we published here, or compare them with other classifiers (matlab, python, anything you want!). Also, new testing data would be welcome to...