Mislav Sagovac
Mislav Sagovac
When import the package inside VScode I get an error: ``` Traceback (most recent call last): File ".\dpseg.py", line 379, in run() File ".\dpseg.py", line 320, in run cerebro.plot() File...
My goal is to compare predictive performance of individual models (say ranger, kknn and log_reg) with `classif.average` of all models. I have created following graph with individual learners and classif...
I get an error inside my pipeline and I can't figure out what is the problem. Here is reproducible example: ``` data_ >% gunion(list(po("nop", id = "nop_filter"), po("modelmatrix", formula =...
Hi, ClassifTask object requires target column as argument. It is implied labels are given. But in my setup, labeling is part of the prediction problem. I am working with financial...
I don't understand how can I send an email with the password? I don't want to enter it manually. Functions `creds` and `create_smtp_creds_file` doesn't have password argument. I would like...
I am not sure if I set up the app and oauth the right way, but I am getting following error after calling `yt_oauth(my_id, my_secret)`: ``` Error in yt_oauth(client_id, client_secret)...
**Describe the bug** If the job type is incorrect, change the 'type' property. **To Reproduce** Steps to reproduce the behavior: I have use the same structure as here: https://github.com/Azure/azureml-examples/tree/0849cbe797d1d524df9fe9d43ac8b36e75ea34ab/cli/jobs/train/r/accidents When...
Hi, I have just startd with pin. I have created board for Azure: ``` board
I have discovered cool Selenium tool today: Gridlastic: https://www.gridlastic.com/ I registered for free and have tried their service. Following you instructions for SauceLabs, I successfully start driver in Gridlasticcloud: ```...
### Operating System Windows 7, but question is about Azure batch ### Selenium Server version (selenium-server-standalone-3.0.1.jar etc.) ### Browser version (firefox 50.1.0, chrome 54.0.2840.100 (64-bit) etc.) Latest Firefox. ### Other...