-
Updated
Jun 13, 2020 - Jupyter Notebook
ensemble-learning
Here are 295 public repositories matching this topic...
-
Updated
May 19, 2020 - Python
-
Updated
Apr 18, 2016 - Jupyter Notebook
-
Updated
Apr 1, 2020 - Python
Sklearn has a TON of estimators, metrics, and cv iterators that could trivially be added to the xcessiv.presets package. I'm a bit focused on other issues to bother adding them all.
Anyone who can help add to the list can easily do so.
Adding preset estimators/metrics/cvs is very easy. There's literally no need to understand how the rest of Xcessiv works, just take a look and copy the patt
-
Updated
Dec 21, 2018 - Python
From alan-turing-institute/MLJBase.jl#68:
This doesn't work:
@mlj_model mutable struct Bar
a::Int = -1::(_ > -2)
endBut this does:
@mlj_model mutable struct Bar
a::Int = (-)(1)::(_ > -2)
endThis needs to be documented in MLJ/docs/src/adding_models_for_general_use and MLJ/docs/src/quick_start_guide_to_adding_models
If I understand it right, check_instances seems to tend to cluster transformers with same types without regard to the list order.
So the results from make_group and BaseEnsemble are also wrong.
Reproduce - Case 1
Code
from mlens.utils import check_instances
from sklearn.preprocessing import (
StandardScaler as SS, FunctionTransformer as FT)
from xgboost impnowadays, docs with rarely interpretation is difficult to understand the algorithm,
Such as bayes rule sets and other Underdogs have little references.
If can provide a common introduce in interface level may be good for programmers
who have little information of algorithm to start
-
Updated
Oct 30, 2019 - Python
-
Updated
Feb 27, 2020 - Python
-
Updated
May 28, 2020 - Python
-
Updated
Mar 4, 2020 - Jupyter Notebook
In Python XGBoost one can provide weights for each row of the data, see http://xgboost.readthedocs.io/en/latest/python/python_api.html#xgboost.XGBClassifier.fit. I tried to look for a way to specify such weights in SharpLearning, but could not find it. Is this possible?
Add a section in the documentation containing all information for development:
- Guidelines for contributing
- How to add a DS method/class
- Specific details about implementation like Label encoders
-
Updated
May 15, 2020
-
Updated
May 27, 2020 - Julia
-
Updated
Sep 19, 2017 - Python
-
Updated
Dec 21, 2017 - Python
-
Updated
Feb 10, 2020 - Java
-
Updated
Oct 18, 2019 - Python
-
Updated
Jun 22, 2018 - Python
-
Updated
May 18, 2020 - Python
-
Updated
Jan 28, 2020 - Python
-
Updated
Apr 9, 2019 - Python
-
Updated
May 15, 2020 - Python
-
Updated
Aug 22, 2017 - Python
Improve this page
Add a description, image, and links to the ensemble-learning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ensemble-learning topic, visit your repo's landing page and select "manage topics."
I tried building the docs, but was met with a graphviz error. Typically this means I can spend a few hours pecking away at the dependencies until I get stable build... or someone that has it working can export their environment, and publish an environment.yml that we can use with the build instructions.
I was going off of the d2l book since that's a dep here, but their [environment.yml](https://g