Questions tagged [scikit-optimize]

Questions regarding the use of scikit-optimize, a package for model-based sequential optimization.

Questions regarding the use of scikit-optimize, a Python package for model-based sequential optimization of costly black-box functions.

47 questions
0
votes
0 answers

var_data = kwargs[var] error - lmfit Model

I am trying to dertmain a coeffecient by fitting experimental data using lmfit.Model. When I run my code I get the following error: Traceback (most recent call last): File "C:\***.py", line 82, in Dc = fit_Dc(t_days, prod, PV, Swi,…
-1
votes
1 answer

TypeError: __init__() got an unexpected keyword argument 'iid' while running GridSearchCV for time series data

I have a data Gemini_ETHUSD_d.csv which you can download from this link I try to re-run the code below from this link: from sklearn.model_selection import TimeSeriesSplit from sklearn.model_selection import KFold import numpy as np import…
ah bon
  • 9,293
  • 12
  • 65
  • 148
1 2 3
4