Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / maxpumperla/hyperas issues and pull requests
#295 - I always have this error after executing the following code : NameError: name 'x_train' is not defined
Issue -
State: open - Opened by babesrani 7 months ago
- 1 comment
#293 - getting issue in this code is there anyone can help me out? It will be greatfull...
Issue -
State: open - Opened by rajitsri over 1 year ago
- 1 comment
#292 - 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()
Issue -
State: closed - Opened by rajitsri over 1 year ago
#291 - module 'hyperopt.pyll' has no attribute 'base'
Issue -
State: open - Opened by julesangebault over 2 years ago
- 1 comment
#290 - modify line 139 in optim.py
Pull Request -
State: closed - Opened by bessembhiri over 2 years ago
- 2 comments
#289 - global variable issue
Issue -
State: open - Opened by BITACC over 2 years ago
- 2 comments
#288 - AttributeError: numpy.random.mtrand.RandomState object has no attribute 'integers'
Issue -
State: open - Opened by michaelmontalbano over 2 years ago
#287 - Why hyperas is executing Raw Text as code
Issue -
State: open - Opened by DagonArises almost 3 years ago
- 1 comment
#286 - Can Hyperas natively return data regarding all models ran during an optimization cycle?
Issue -
State: open - Opened by michaelmontalbano almost 3 years ago
- 1 comment
#285 - KeyError: job exception: 'val_acc'
Issue -
State: open - Opened by DagonArises almost 3 years ago
- 2 comments
#284 - AttributeError: 'numpy.random.mtrand.RandomState' object has no attribute 'integers'
Issue -
State: open - Opened by DagonArises almost 3 years ago
- 13 comments
#283 - How can it be guaranteed to run all combinations if only "choice" is used.
Issue -
State: open - Opened by ezeid about 4 years ago
#282 - custom def on kernel_initializer
Issue -
State: open - Opened by terry07 about 4 years ago
#281 - Cannot run hyperas on databricks, [Errno 2] No such file or directory: "/databrikcs/driver/notebook_name"
Issue -
State: open - Opened by khalidaskia about 4 years ago
- 1 comment
#280 - Optmizing CNN - TypeError: module, class, method, function, traceback, frame, or code object was expected, got tuple
Issue -
State: open - Opened by anasouzac over 4 years ago
- 2 comments
#279 - UnicodeDecodeError: 'gbk' codec can't decode byte 0xa2 in position 885: illegal multibyte sequence
Issue -
State: closed - Opened by wenjuanxu over 4 years ago
- 3 comments
#278 - UnicodeDecodeError: 'gbk' codec can't decode byte 0xa2 in position 885: illegal multibyte sequence
Issue -
State: closed - Opened by wenjuanxu over 4 years ago
#277 - UnicodeDecodeError: 'gbk' codec can't decode byte 0xa2 in position 885: illegal multibyte sequence
Issue -
State: closed - Opened by wenjuanxu over 4 years ago
#276 - Cross validation inside 'data' function
Issue -
State: open - Opened by Parham1995 over 4 years ago
- 5 comments
#275 - NameError: name 'train_predict' is not defined
Issue -
State: open - Opened by asifrpa over 4 years ago
- 5 comments
#274 - IndexError: list index out of range
Issue -
State: closed - Opened by sagarg22 over 4 years ago
#273 - Error in SVM as:- AttributeError: 'RandomizedSearchCV' object has no attribute 'best_estimator_' and 'NameError: name 'X_train_confirmed' is not defined"
Issue -
State: open - Opened by DebjyotiSaha over 4 years ago
- 4 comments
#272 - can not import optim
Issue -
State: open - Opened by xiaobenhou almost 5 years ago
- 2 comments
#271 - Case of google colab notebook connected to local run time: how to specify then the argument notebook_name?
Issue -
State: open - Opened by moctarjallo almost 5 years ago
- 1 comment
#270 - Fixing parenthesis
Pull Request -
State: closed - Opened by abhieshekumar almost 5 years ago
#269 - Missing parenthesis in README file.
Issue -
State: closed - Opened by abhieshekumar almost 5 years ago
#268 - ModuleNotFoundError: No module named 'tensorflow' after hyperas installation
Issue -
State: closed - Opened by crbl1122 almost 5 years ago
- 3 comments
#267 - Remove or update the website at http://maxpumperla.com/hyperas/
Issue -
State: open - Opened by iirekm almost 5 years ago
#266 - ValueError: Error when checking input: expected conv2d_1_input to have shape (216, 360, 3) but got array with shape (300, 500, 3)
Issue -
State: open - Opened by EdoQuasso almost 5 years ago
- 3 comments
#265 - Fixed #264
Pull Request -
State: closed - Opened by JonnoFTW almost 5 years ago
- 1 comment
#264 - indentation error in data()
Issue -
State: closed - Opened by croshong almost 5 years ago
- 5 comments
#263 - data_args i optim.minimize
Issue -
State: closed - Opened by croshong almost 5 years ago
- 3 comments
#262 - Optimizing LSTM with embedding matrix - TypeError: module, class, method, function, traceback, frame, or code object was expected, got tuple
Issue -
State: open - Opened by jlperezg about 5 years ago
- 1 comment
#261 - InternalError
Issue -
State: closed - Opened by JKoforgh about 5 years ago
#260 - Is it possible to pass data set to parameter-less data() function (not load from the file)
Issue -
State: closed - Opened by rayguang about 5 years ago
- 4 comments
#259 - How to use keras clear_session() with hyperas?
Issue -
State: closed - Opened by TimZaragori about 5 years ago
- 1 comment
#258 - [Question] Running each trial on a different GPU?
Issue -
State: open - Opened by thiagoribeirodamotta about 5 years ago
- 2 comments
#257 - Can't import custom activation function to choose from in optimization
Issue -
State: open - Opened by GadL about 5 years ago
- 1 comment
#256 - Input data is not defined for multi-input keras model
Issue -
State: closed - Opened by anetschka about 5 years ago
#255 - Added Uniform Int to hyperopt distributions
Pull Request -
State: closed - Opened by JonnoFTW about 5 years ago
- 2 comments
#254 - Pass arguments to data function
Pull Request -
State: closed - Opened by JonnoFTW about 5 years ago
- 1 comment
#253 - Wrong number of Layers in parts/space when tuning number of Layers
Issue -
State: open - Opened by loublock over 5 years ago
#252 - Strange instance error between Str and Float
Issue -
State: open - Opened by tolandwehr over 5 years ago
#251 - Charmap Error on notebook_name in optim.minimize function
Issue -
State: open - Opened by tolandwehr over 5 years ago
- 3 comments
#250 - SyntaxError: invalid syntax
Issue -
State: open - Opened by chcorophyll over 5 years ago
#249 - About the reproducibility
Issue -
State: open - Opened by xuzhang5788 over 5 years ago
- 3 comments
#248 - TypeError: object of type 'NoneType' has no len() ,
Issue -
State: open - Opened by sarmadm over 5 years ago
- 1 comment
#247 - How to search over conditionally defined hyperparameters?
Issue -
State: open - Opened by andraugust over 5 years ago
#246 - val_acc of best model and best val_acc of epoch are not same
Issue -
State: open - Opened by xiaoxing139 over 5 years ago
#245 - remove_all_comments not working correctly
Issue -
State: open - Opened by pjm4github over 5 years ago
- 1 comment
#244 - Support uniformint from hyperopt
Issue -
State: closed - Opened by JonnoFTW over 5 years ago
#243 - Hyperas indention Error: Can't define inner functions
Issue -
State: closed - Opened by Naghipourfar over 5 years ago
- 3 comments
#242 - choice
Issue -
State: closed - Opened by raymone8 over 5 years ago
#241 - SyntaxError: invalid syntax in File "<unknown>" , line 1557
Issue -
State: open - Opened by raevskymichail over 5 years ago
#240 - Optimize Seq2Seq with Hyperas
Issue -
State: open - Opened by yrutis over 5 years ago
#239 - when i introduce a customer layer in create_model() function ,and raise a error :name 'customer layer' is not defined,,what shou i do ?
Issue -
State: closed - Opened by cpmss521 over 5 years ago
- 1 comment
#238 - can hyperas support read global variable ?
Issue -
State: open - Opened by stevexxs over 5 years ago
- 1 comment
#237 - Tuning hidden layers
Issue -
State: open - Opened by ljakupi over 5 years ago
- 6 comments
#236 - Using a compiled network in another file raises error
Issue -
State: open - Opened by ljakupi over 5 years ago
#235 - TypeError: set_postfix() argument after ** must be a mapping, not str
Issue -
State: open - Opened by rameshjes over 5 years ago
- 2 comments
#234 - The TypeError: object of type 'NoneType' has no len()
Issue -
State: open - Opened by geeeekDing over 5 years ago
- 6 comments
#233 - NameError: name 'result' is not defined
Issue -
State: open - Opened by HYDesmondLiu over 5 years ago
- 2 comments
#232 - If I want to optimize AUCROC or f1 or AUCPR-Recall, what should I do? Many thanks
Issue -
State: open - Opened by xuzhang5788 over 5 years ago
#231 - Please give some paper or slices about the method, maybe how it works
Issue -
State: closed - Opened by HankerSia over 5 years ago
- 2 comments
#230 - LSTM and CuDNNLSTM not working
Issue -
State: closed - Opened by alexv1247 over 5 years ago
- 1 comment
#229 - Error `minimize` is not reading keras custom callback
Issue -
State: open - Opened by virtualdvid over 5 years ago
#228 - for loop to add layers with multiple choices is not working
Issue -
State: open - Opened by virtualdvid over 5 years ago
- 7 comments
#227 - cannot import name 'conditional' from 'hyperas.distributions'
Issue -
State: closed - Opened by last2win over 5 years ago
- 6 comments
#219 - NotImplementedError: random node already has size
Issue -
State: closed - Opened by datasatanic almost 6 years ago
#217 - Continue optimization
Issue -
State: open - Opened by cyberbob4 almost 6 years ago
- 2 comments
#210 - Reproducibility & return N best models
Issue -
State: open - Opened by CharlyEmpereurmot almost 6 years ago
- 5 comments
#208 - TypeError: object of type 'NoneType' has no len()
Issue -
State: open - Opened by aojue1109 about 6 years ago
- 5 comments
#204 - Number of layers
Issue -
State: closed - Opened by BenLim88 about 6 years ago
- 6 comments
#202 - TypeError: object of type 'NoneType' has no len()
Issue -
State: closed - Opened by aojue1109 about 6 years ago
- 1 comment
#192 - Missing 1 required positional argument when using identical distributions
Issue -
State: closed - Opened by JonnoFTW about 6 years ago
- 4 comments
#181 - cannot produce the same experiment
Issue -
State: open - Opened by terry07 over 6 years ago
- 5 comments
#179 - TypeError: 'generator' object is not subscriptable for the example code
Issue -
State: closed - Opened by DLMLPYRTRAINING over 6 years ago
- 3 comments
#178 - Index out of range.
Issue -
State: open - Opened by GijsVermarien over 6 years ago
- 9 comments
#168 - NameError: name 'x_train' is not defined
Issue -
State: closed - Opened by LukeDeWaal over 6 years ago
- 10 comments
#166 - Can I save the intermediate models and weights in different files?
Issue -
State: closed - Opened by LeZhengThu over 6 years ago
- 3 comments
#163 - Different evaluation results during tuning and after tuning?
Issue -
State: closed - Opened by Kirayue over 6 years ago
- 9 comments
#158 - How to see the training history of the best model returned by hyperas?
Issue -
State: open - Opened by Crista23 over 6 years ago
- 5 comments
#157 - from __future__ imports must occur at the beginning of the file
Issue -
State: open - Opened by simonljus over 6 years ago
- 21 comments
#151 - AttributeError: module 'hyperas' has no attribute 'optim'
Issue -
State: open - Opened by borisbanushev almost 7 years ago
- 1 comment
#144 - OSError while executing sample code
Issue -
State: closed - Opened by thisisashukla almost 7 years ago
- 16 comments
#142 - NameError: name 'Input' is not defined
Issue -
State: closed - Opened by jolespin almost 7 years ago
- 5 comments
#134 - dump trials error
Issue -
State: closed - Opened by sparo-jack about 7 years ago
- 4 comments
#127 - How parallel is Hyperas?
Issue -
State: open - Opened by myhussien about 7 years ago
- 6 comments
#122 - Pass arbitrary arguments to data and model function via optim.minimize
Issue -
State: closed - Opened by pciazynski about 7 years ago
- 1 comment
#117 - TypeError with 3d array
Issue -
State: open - Opened by nbucklin about 7 years ago
- 10 comments
#106 - Unable to run example code - TypeError('require string label')
Issue -
State: closed - Opened by bohoro over 7 years ago
- 18 comments
#101 - Hyperas breaks when using IDEs (pycharm, spyder, etc.)
Issue -
State: open - Opened by maxpumperla over 7 years ago
- 6 comments
Labels: bug, wontfix
#91 - Enable hyper-parameter search space evaluation across trials
Pull Request -
State: closed - Opened by pkainz over 7 years ago
- 7 comments
#83 - "No such file or directory" when creating Jupyter notebook from scratch
Issue -
State: closed - Opened by ProgramItUp over 7 years ago
- 10 comments
#72 - Underlying HyperOpt implementation is throwing ValueError
Issue -
State: closed - Opened by vdabravolski over 7 years ago
- 2 comments
#57 - object of type 'NoneType' has no len()
Issue -
State: closed - Opened by jdelange almost 8 years ago
- 17 comments
#51 - hyperparameters and results from all trials
Issue -
State: open - Opened by alexrisman almost 8 years ago
- 6 comments
#31 - Make hyperas run inside iPython notebook
Issue -
State: closed - Opened by lishen over 8 years ago
- 7 comments
#29 - use hyperas to tune learning rate
Issue -
State: open - Opened by pxlong over 8 years ago
- 8 comments