-
In the nearest future, hep_ml will be cleaned and integrated with `REP`.
## Prospect
`hep_ml` will be an extension of scikit-learn, which will follow it module structure, and interface (with some cor…
-
Could you let me know how to use it in Jupyter notebook.
Should I add something to lightgbm package ?
Can u add an example
-
## Description
After training in CLI a model I get a txt file with a model. Is it possible to provide more information about the structure of this txt file.
![image](https://user-images.githubuser…
-
Fit clones of an estimator on each block / partition, and ensemble the results somehow http://scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingClassifier.html, http://scikit-learn.org/…
-
I am training the resnet34 from scratch on CIFAR-10 dataset, also changed some params in train.py as well.
```yaml
# --config.yaml--
# general
seed: 42
workers: 4
dataset_dir: "./datasets"
…
-
### Please describe feature/problem details and solution you'd like
The ability to rename requests in collections by hitting `Enter/Return` would be a nice productivity-boosting feature to manage/org…
-
Decision trees are often overfit in scikit learn because trimming isn't implemented. One of the reasons it isn't, is because more powerful and robust predictive ensemble methods exist (random forest/ …
-
Please read the key below to understand _how_ to respond to the feedback provided. Some items will require you to take action while others only need some thought. **During this round of feedba…
-
I have created the following LighGBM model but I cant get it to work with the TreeExplainer when I use model_output = "probability".
![image](https://user-images.githubusercontent.com/30757857/53…
-
# User Story
As a machine learning developer, I want to use machine learning or deep learning to predict the direction of any crypto-asset (i.e. btc_usdt), so that I can develop ML-based indicators…