Omar Costilla Reyes
Omar Costilla Reyes
What to do when we dont have a "column description" and only a vector of labels? ``` X_train, X_test, y_train, y_test = train_test_split(X, Y, train_size=0.75, test_size=0.25) ```
Is there a way to make: `perm = PermutationImportance(estimator, cv='prefit', n_iter=1).fit(X_window_test, Y_test) ` fast? currently I am running an experiment with 3,179 features and the algorithm is too slow (even...
HI, I would like to pass groups of features to Eli to permute such groups in order to prevent to permute single features (highly computational expensive). Is there a way...
``` ubuntu@ip-x:~/llama.cpp$ ./main -m ./models/65B/ggml-model-q4_0.bin \ > -t 16 \ > -n 1000000 \ > -p 'The history of humanity starts with the bing bang, then ' main: seed =...
Hello, while installing radar-base to an amazon lightsail ubuntu server I got the following message: ``` ==> Requesting Let's Encrypt SSL certificate for digitalphenotyping.com Saving debug log to /var/log/letsencrypt/letsencrypt.log Plugins...
Hi everyone I am following the installing instructions: https://radar-base.org/index.php/2019/02/13/how-to-install-radar-base-using-radar-docker/ On step 15 it states the following: ``` Step 15: Allow dynamic-source-registration for SourceType RADAR_pRMT_1.0.0 Go to Entities -> Source Types...
I am currently installing radar-base in an ubuntu server with a domain name with minimum specifications as detailed here: https://radar-base.org/index.php/2019/02/13/how-to-install-radar-base-using-radar-docker/ I have completed all steps until: `bin/radar-docker install` While running...