TerenceLau

Results 28 comments of TerenceLau

Thanks a lot! I have already figure out how to solve the second problem: I could just shift the position and let it become two sequence and do the addition...

@nemmart Actually, one more question, it is about the xmp library: When I import Integer by using `xmpIntegersImport` I found that the `char *` I would like to import's size...

> Hi Terence -- you'd do it in a couple of steps. 1) mpz_export to export the mpz_t to cpu memory (take a look at from_mpz(...) in samples/utility/cpu_support.h). 2) copy...

I am not quite understand the question, you mean it cannot be installed the package cannot installed with sklearn?

You mean, you want to predict the next day's price? You can just modify the `future_length = 7` to `future_length = 1`

@waudinio27 I think the code block No.14 (in `stocks-blstm.ipynb`, `def pred_stock_future`) is the prediction function

@rcthomas Here is am example: ```python c.SlurmSpawner.batch_script = '''#!/bin/bash #SBATCH --chdir={homedir} #SBATCH --output={homedir}/jlab_slurmspawner_%j.log #SBATCH --partition={partition} #SBATCH --time={runtime} #SBATCH --cpus-per-task={nprocs} #SBATCH --mem={memory} #SBATCH --gres={gres} #SBATCH --job-name=jlab-spawner module anaconda/5.3.1 conda activate {condaenv}...

~~Actually, I am now facing #217 and I don't know what to do :(~~ But I am sure it is not caused by `req_condaenv`(solved

- [ ] 安装教程 - [ ] 配置 - **路径配置** - [ ] 附加组件(稍后) - [ ] 使用技巧 ( 收集相关文章并列入 `Reference / More` 中)

作者已经放了: [EastMoneySpider](https://github.com/algosenses/EastMoneySpider)