Alan Silva
Alan Silva
Indeed, `autoweka` work with iris, example, but when trying with my own dataset, all setup is done fine but it eventually fails during execution with: ``` ... **** AutoWEKA [vlatest]****...
Good news, with help of https://github.com/anaavila/convert-csv-to-arff and tweaking my `target` to `@attribute 'target' {0,1}` in my new ARFF file and now `AutoWeka` worked fine for my dataset. I would close...
I'm trying to run `autoxgboost` on my data (input is a common CSV) and it fails with: ``` CalledProcessError: Command 'Rscript --vanilla -e ".libPaths('/bench/frameworks/autoxgboost/lib'); source('/bench/frameworks/autoxgboost/exec.R'); run('/input/test_data/differentiate_cancer_train.csv… ``` More specifically: ```...
I have the same issue. Is anyone paying attention to it rather than just the two of us?
Actually, I don't even need the `automlbenchmark/frameworks/oboe/requirements.txt` file, since this line in `frameworks/oboe/setup.sh`: ``` # cat ${HERE}/requirements.txt | sed '/^$/d' | while read -r i; do PIP install --no-cache-dir -U...
Out of 20 frameworks, this is the only one failing with my model.
Could anyone make a proper functional example please? I'm trying with this: Be `temp.js`: ```javascript const event = { input_file: 'uploadedfile/example.fda', output_s3_dir: 'processed/example_out', }; const aws = require('aws-sdk'); const s3...
This project seems dead. I only needed because of `solargraph`. The issue for me was somehow when doing: ```bash gem install jaro_winkler ... make: /usr/bin/mkdir: Command not found !!! What...
Any update on this issue?
Is it just a matter of updating [pyproject.toml.json](https://github.com/tamasfe/taplo/blob/master/schemas/pyproject.toml.json)? If so, I can give a try, I suppose.