Vadim Smolyakov

Results 4 comments of Vadim Smolyakov

Hi! No worries. Have a look at the mlxtend github page: https://github.com/rasbt/mlxtend To install the library with conda I think you need to run: conda install -c conda-forge mlxtend

It may be helpful to use the print function from the future module: `from __future__ import print_function` I was using version 2.0.2 of matplotlib, perhaps updating matplotlib can solve the...

Thanks @ClaudeCoulombe for the detailed solution!

Hi James, Thanks for your post! I'll check out SciPy's differential evolution for initial parameter estimation. In the past, I've used [Bayesian Optimization](https://github.com/fmfn/BayesianOptimization) that utilizes Gaussian Process to explore parameter...