oren
oren
I have a dataset, however each time-series has additional category features. Is it possible to take them into account when making classification? For example: ``` from tslearn.utils import to_time_series_dataset X...
Hi, I downloaded and put the package in site-packages. When importing, I get the error: ``` from regression import HungaBungaRegressor ModuleNotFoundError: No module named 'regression' ```
I want to fine-tune classification model on my own data. I saw the example here: https://simpletransformers.ai/docs/multi-class-classification/ but didn't understand if it does finetuning or train from scratch? Please assist. Thanks.
Hi, I am using MACOS Catalina 10.15. I want to install Brainiak. I followed to instructions here: `https://brainiak.org/docs/installation.html` But I get an error for `python3 -m pip install -U brainiak`:...
I cloned the repo locally, then ran `pip install -e .` and `pip install mxnet-mkl` but I get the error: ``` ERROR: Could not find a version that satisfies the...
Hi, I ran fmriprep on my own dataset, which is in BIDS format. So now have all of the preprocessing results on > derivatives/fmriprep/sub-00X/ folders. I want to use the...
I have the following code that is based on the example: And I get the error: ``` Epoch 1/3 21/69 [========>.....................] - ETA: 54:24 - loss: 1.5353Frame count is not...
Hello, Is it possible to get hiererchical path distance between entities? For example, Madrid -> Cities in spain -> Barcelon (distance = 1) Madria -> Cities in spain -> Cities...
to have multi-categories flow?
Can I use it to train Bert model on Hebrew sentences? (For example on wikipedia dump)