Matthias Van Hove

Results 7 issues of Matthias Van Hove

Hi, I'm wondering what the yesno-fuction does in the following notebook: https://github.com/tirthajyoti/Machine-Learning-with-Python/blob/master/Regression/Regression_Diagnostics.ipynb def yes_no(b): if b: return 'Yes' else: return 'No' It should decide whether a parameter is significantly important...

Hi, I was wondering how to create a sample with a normal distribution using the Morris sampler. Since 'dists' is not yet supported in the morris sampler, I tried a...

Same issue as #329 but now for the Morris sampler. The saltelli sampler can handle other distributions in the problem definition, however the Morris sampler can not. I assume the...

enhancement

I had another question concerning the sampling. In your sample code, at a certain moment, you define resampling with the same strata of the previous sample to achieve an additional...

enhancement

Hi, I read your eBook on Machine Learning which very well explains everything about linear regression, neural networks etc. It's really helpful. I however had a question on the neural...

question

So how is this supposed to be run on python if their is no setup.py?

Dear Mr. Fortuner, I am Matthias, a researcher from Ghent University in Belgium and I had a small question about some of your code. When I was programming in Python...