OrdoAbChao

Results 42 comments of OrdoAbChao

I have the same issue... I suppose that following parameters in command line are required, see **LSTMAutoencoder.lua** : `cmd:text('Options')` `cmd:option('-data_dir', 'corpus', 'path of the dataset')` `cmd:option('-sample_dir', 'samples', 'path of the...

@piskvorky Thanky you for fast reply :) Maybe to avoid confusion, instead of cpu_count from multiprocessing is better to use `cpu_count(logical=False)` from `psutil` that detects physical cores? Additional reason, for...

@gojomo Thanks for detailed reply I'm aware that `build_vocab` step doesn't scale with number of cores (https://github.com/RaRe-Technologies/gensim/issues/400) and this is non-neglible step. Here are updated timings with your snippet: |Cores...

@gojomo , @piskvorky As I'm working on PR regarding performance guidance, I've encountered one thing that may require clarification, namely FAST_VERSION handling. I've found some information here: https://radimrehurek.com/gensim/models/fasttext_inner.html but I've...

Hi @StefosGeo , You've to remove from tickers: 'ALXN' (from logs data for this ticker is no longer available) - then shapes will be correct. After this you'll probably encounter...

Yes, there are a lot of continous transformers, but they are quite similar regarding input/output format at least for scalers. I think the easiest way to implement it is to...

@caique-lima I think toy-example, how to integrate with `kedro` would be enough, but if you have better approach it also would be great. I'm really close to integrate `fklearn` with...

@frankbass3 I'm not the author of library but I think I've fix it for sklearn 0.24.1, namely in file fsfc/base.py you need to replace: `from sklearn.feature_selection.base import SelectorMixin` with `from...

@pmrowla I think it is not only about case-sensitivity, there is an additional element in path: '\\\\aaa.bbb.ccc.net\\UserData, start on '\\\\**AD3AB.AAA**.BBB.CCC.NET\\UserData'

Traceback of dvc add file.csv (with some obfuscation): ``` 2022-06-23 09:14:43,182 ERROR: unexpected error - path is on mount '\\\\[aaa.bbb.net](http://aaa.bbb.net/)\\UserData', start on mount '\\\\NLDN…[PAU.AAA.BBB.NET](http://pau.aaa.bbb.net/)\\UserData' ------------------------------------------------------------ Traceback (most recent call last):...