Francesco Borg Bonello

Results 7 issues of Francesco Borg Bonello

Hi! I am utilizing this project to extract features from an EEG signal. That being said, I require the signal from a specific frequency which is 12-32 (beta band). My...

question

Hi, I am implementing a real-time prediction system using thundersvm. Before my program starts running, it first loads the necessary files using `svm.load_from_file()`. It takes ~47s to load 2 models....

Hi, I am tuning hyperparameters using Scikit's GridSearchCV as such: `grid = GridSearchCV(SVC(), param_grid, refit = True, verbose=3, cv=skf.split(x,y), n_jobs=-1, scoring = 'accuracy')` and I get this error... `BrokenProcessPool: A...

Is it possible for one to query rewards + commissions for a validator? If so, how? If not, is there a sort of calculation I should follow?

### Description The delay on every update in the alerts page is too quick, causing many API calls. Update: It has been decided to overhaul this page by implementing a...

3 SP
UI improvements

### Technical Story As any installer component, I want to prepare a request body that eventually gets sent to the API. ### Description Currently, the functions that prepare the request...

UI improvements

Hi, I am confused as to how the model within the repo is called MARUNet, while the paper calls it CFANet. Are these two different models or are they the...