python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to fix KeyError: 'alpha' while fitting data with fitter package?
I installed fitter on my anaconda in order to use it for collective curve fitting of real data on many distributions simultanously and choose the best fitting. However, it seems that out of the box, i...
Roosha
Votes: 0
Answers: 0
How to define lmfit model for complex functions?
I am working on cole cole model which basically exhibits how the permittivity varies with respect to frequency and is given by;
Where, ε_∞ is the higher permittivity,
ε_s is the static permittivity ε...
kaushal
Votes: 0
Answers: 0
No dimension mismatch for Keras sequential model?
I created a sequential neural network with Keras that has an input of 4 and an output of 8. I realize what I did was incorrect but I'm not sure as to why the code does not throw an error.
print(X.shap...
Josh Majors
Votes: 0
Answers: 1
Pymc3 hierarchical model with interaction term
I am trying to build a linear model in Pymc3 that uses age and age*sex interaction term to model some output variable. However, since sex is a [0, 1] categorical variable, the model can't effectively ...
Kuba
Votes: 0
Answers: 1