Kalin Nonchev

Results 13 comments of Kalin Nonchev

I installed the package successfully with conda, but not like it is mentioned in the installation guide ``` conda create -n myenv python=3.7 conda activate myenv conda install -c milagraph...

gnomAD WGS v3.1.1 - 759.302.267 variants gnomAD WGS v2.1.1 - 261.942.336 variants

@simona-juv It would look like ```python import time stocks = ["A", "B"] for stock in stocks: data = investpy.get_stock_historical_data(stock=stock, country='XXX', from_date='01/01/2020', to_date='01/01/202') time.sleep(5) ``` but we still need better solution,...

I also have troubles reproducing the exact picture. In the tutorial they use spagcn 1.2.0 and it is not available anymore. I use 1.2.5 and this is the result I...

Hello, what is the status of this? I am looking for a way to translate xgboost into excel.

I looked into the code but it doesn't look so straightforward to translate. I noticed that the package also relies on some deprecated sklearn attributes. example ``` [n_features_](https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html#sklearn.ensemble.RandomForestClassifier.n_features_)int DEPRECATED: Attribute...

I implemented a small package which can translate the XGBregressor in excel format: https://github.com/KalinNonchev/xgbexcel

@rsatija @saketkc @andrewwbutler @keller-mark could you look into this when you have time? Thank you

@Gesmira could you look into this as well? I think it should work. Thank you