Christian Salamut

Results 5 issues of Christian Salamut

Fixes the link for torchvision.

I did something like this: #convert to libsvm format https://github.com/zygmuntz/phraug/blob/master/csv2libsvm.py #python csv2libsvm.py spambase_renamed_class.csv libsvm.data -1 False ``` data = open("spambase/libsvm.data", "r") data2 = open("spambase/libsvm2.data", "a") i = 0 for line...

There are these towns: ` {"01" | "02" | "03" | "04" | "05" | "06" | "07" | "10HD"} ` Do the correspond to rural, urban etc. styles? What...

I tried different versions and wondered why it didn't work. Turns out, that python

Why do you disable the axis ticks of the plot ? See https://github.com/lmcinnes/umap/blob/126a31f31ff78c5542d479335a9f51cf38d68c6c/umap/plot.py#L700 Isn't it quite useful to have it to be able to compare between plots because the plot...