arnaud-nt2i

Results 11 comments of arnaud-nt2i

@lmcinnes Could you elaborate on how to how to use new combined fits? To everyone else reading this: the two new parameters should be filled by respectively "{}" and "False"

@lmcinnes thank you. Sorry for RTFM issu...

@lmcinnes While trying the following piece of code with ether 'jaccard' or 'dice' metric for fit2. I get `gradient function is not yet implemented for {dice or jaccard} distance metric;...

@matiasscorsetti gamma is not from [0,1] (a proportionality coef) but from [0,+inf[ From reading the R implementation of "silhouette_kproto" line 1134 : [Rdocumentation](https://www.rdocumentation.org/packages/clustMixType/versions/0.2-2/source) (gamma is called lambda there) It seems...

@jo2 did you solved your pb ?

Same problem here, lots of errors with tf 2.16. What is the recommended version?

ok thanks, tried bunch of them but got multiples errors (besides obvious ones like naming changes of keras mse loss) related to tensor.numpy() or type mismatches when calling model.fit function,...

@Karol-G It seems that choosing box kernel is equivalent to nearest interpolation. See original matlab : [https://fr.mathworks.com/help/matlab/creating_plots/create-and-compare-resizing-interpolation-kernels.html](url) and [https://stackoverflow.com/questions/51369489/what-is-matlabs-box-interpolation-kernel](url)