-
Is this repo still being updated? I see the branch Improve-Store (and forks) have been updated recently, but these branches are quite different from the latest release. 0.6 had some major errors for m…
-
I receive the below error when running this line `test_dataset.add_technical_indicator(random_forest)`
`Traceback (most recent call last):
File "C:/Users/russi/PycharmProjects/stock-market-predi…
-
I am enjoying Equinox a great deal and it seems a huge ergonomic improvement over raw JAX in many cases. Thank you for building it!
I am using `Equinox` to do ensembling in a similar way to [docs#e…
-
I see the graphviz_sql was noly working in traditional decision tree,Why don't you think about other tree models,such as xgboost, lightgbm?
-
```
hello, is it possible to return the score for each predicted label from random
forest? I need this to plot the ROC curve. It is urgent if you can. Thanks.
```
Original issue reported on code.goo…
-
```
hello, is it possible to return the score for each predicted label from random
forest? I need this to plot the ROC curve. It is urgent if you can. Thanks.
```
Original issue reported on code.goo…
-
🔴 *Project Title*: Microsoft Malware Prediction Challenge
🔴 *Aim*: Develop predictive models using data science techniques to anticipate malware attacks on machines, thereby preventing potential …
-
Hi Subutai,
I was just watching your discussion in the Jan 2015 office hour regarding this experiment. Very cool stuff, seems a sensible step forward to me. A question comes to mind though, I'd like …
-
**Screenshot from prototype:**
![image](https://user-images.githubusercontent.com/31612826/117112329-336f7780-ad89-11eb-8c98-8acc15c71fe4.png)
**Code from prototype (not fully ported to React/Dash…
-
Gradient Boosting learns a function that looks something like this:
`F(X) = W1*T1(X) + W2*T2(X) + ... + Wi*Ti(X)`
where `Wi` are weights and `Ti` are weak learners (decision trees).
I know how …