issues
search
maxpumperla
/
hyperas
Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization
http://maxpumperla.com/hyperas/
MIT License
2.18k
stars
318
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
I always have this error after executing the following code : NameError: name 'x_train' is not defined
#295
babesrani
opened
7 months ago
1
I am having error of No such file or directory: 'C:\\Users\\fnur42\\AppData\\Local\\Temp\\ipykernel_3156\\3188587457.py'.This error shows in the best_run,best_model line. What is ipykernel file and how I can create it?
#294
fariakunja
opened
1 year ago
0
getting issue in this code is there anyone can help me out? It will be greatfull...
#293
rajitsri
opened
1 year ago
1
getting issue in this code is there anyone can help me out? It will be greatfull... #Building another model/classifier ISOLATION FOREST from sklearn.ensemble import IsolationForest ifc=IsolationForest(max_samples=len(X_train), contamination=outlier_fraction,random_state=1) ifc.fit(X_train) scores_pred = ifc.decision_function(X_train) y_pred = ifc.predict(X_test) # Reshape the prediction values to 0 for valid, 1 for fraud. y_pred[y_pred == 1] = 0 y_pred[y_pred == -1] = 1 n_errors = (y_pred != Y_test).sum()
#292
rajitsri
closed
1 year ago
0
module 'hyperopt.pyll' has no attribute 'base'
#291
julesangebault
opened
2 years ago
1
modify line 139 in optim.py
#290
bessembhiri
closed
1 year ago
2
global variable issue
#289
BITACC
opened
2 years ago
2
AttributeError: numpy.random.mtrand.RandomState object has no attribute 'integers'
#288
michaelmontalbano
opened
2 years ago
0
Why hyperas is executing Raw Text as code
#287
DagonArises
opened
2 years ago
1
Can Hyperas natively return data regarding all models ran during an optimization cycle?
#286
michaelmontalbano
opened
2 years ago
1
KeyError: job exception: 'val_acc'
#285
DagonArises
opened
2 years ago
2
AttributeError: 'numpy.random.mtrand.RandomState' object has no attribute 'integers'
#284
DagonArises
opened
2 years ago
13
How can it be guaranteed to run all combinations if only "choice" is used.
#283
ezeid
opened
4 years ago
0
custom def on kernel_initializer
#282
terry07
opened
4 years ago
0
Cannot run hyperas on databricks, [Errno 2] No such file or directory: "/databrikcs/driver/notebook_name"
#281
khalidaskia
opened
4 years ago
1
Optmizing CNN - TypeError: module, class, method, function, traceback, frame, or code object was expected, got tuple
#280
anasouzac
opened
4 years ago
2
UnicodeDecodeError: 'gbk' codec can't decode byte 0xa2 in position 885: illegal multibyte sequence
#279
wenjuanxu
closed
4 years ago
3
UnicodeDecodeError: 'gbk' codec can't decode byte 0xa2 in position 885: illegal multibyte sequence
#278
wenjuanxu
closed
4 years ago
0
UnicodeDecodeError: 'gbk' codec can't decode byte 0xa2 in position 885: illegal multibyte sequence
#277
wenjuanxu
closed
4 years ago
0
Cross validation inside 'data' function
#276
Parham1995
opened
4 years ago
5
NameError: name 'train_predict' is not defined
#275
asifrpa
opened
4 years ago
5
IndexError: list index out of range
#274
sagarg22
closed
4 years ago
0
Error in SVM as:- AttributeError: 'RandomizedSearchCV' object has no attribute 'best_estimator_' and 'NameError: name 'X_train_confirmed' is not defined"
#273
DebjyotiSaha
opened
4 years ago
4
can not import optim
#272
xiaobenhou
opened
4 years ago
2
Case of google colab notebook connected to local run time: how to specify then the argument notebook_name?
#271
moctarjallo
opened
4 years ago
1
Fixing parenthesis
#270
abhieshekumar
closed
4 years ago
0
Missing parenthesis in README file.
#269
abhieshekumar
closed
1 year ago
0
ModuleNotFoundError: No module named 'tensorflow' after hyperas installation
#268
crbl1122
closed
4 years ago
3
Remove or update the website at http://maxpumperla.com/hyperas/
#267
iirekm
opened
4 years ago
0
ValueError: Error when checking input: expected conv2d_1_input to have shape (216, 360, 3) but got array with shape (300, 500, 3)
#266
EdoQuasso
opened
4 years ago
3
Fixed #264
#265
JonnoFTW
closed
4 years ago
1
indentation error in data()
#264
croshong
closed
4 years ago
5
data_args i optim.minimize
#263
croshong
closed
4 years ago
3
Optimizing LSTM with embedding matrix - TypeError: module, class, method, function, traceback, frame, or code object was expected, got tuple
#262
jlperezg
opened
5 years ago
1
InternalError
#261
JKoforgh
closed
5 years ago
0
Is it possible to pass data set to parameter-less data() function (not load from the file)
#260
rayguang
closed
5 years ago
4
How to use keras clear_session() with hyperas?
#259
TimZaragori
closed
5 years ago
1
[Question] Running each trial on a different GPU?
#258
thiagoribeirodamotta
opened
5 years ago
2
Can't import custom activation function to choose from in optimization
#257
GadL
opened
5 years ago
1
Input data is not defined for multi-input keras model
#256
anetschka
closed
5 years ago
0
Added Uniform Int to hyperopt distributions
#255
JonnoFTW
closed
5 years ago
2
Pass arguments to data function
#254
JonnoFTW
closed
5 years ago
1
Wrong number of Layers in parts/space when tuning number of Layers
#253
loublock
opened
5 years ago
0
Strange instance error between Str and Float
#252
tolandwehr
opened
5 years ago
0
Charmap Error on notebook_name in optim.minimize function
#251
tolandwehr
opened
5 years ago
3
SyntaxError: invalid syntax
#250
chcorophyll
opened
5 years ago
0
About the reproducibility
#249
xuzhang5788
opened
5 years ago
3
TypeError: object of type 'NoneType' has no len() ,
#248
sarmadm
opened
5 years ago
1
How to search over conditionally defined hyperparameters?
#247
andraugust
opened
5 years ago
0
val_acc of best model and best val_acc of epoch are not same
#246
xiaoxing139
opened
5 years ago
0
Next