-
Updated
May 7, 2020 - Jupyter Notebook
predictive-modeling
Here are 596 public repositories matching this topic...
-
Updated
Jun 18, 2020 - R
-
Updated
Oct 30, 2018 - Jupyter Notebook
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
General:
- remove outdated examples from
DALEX_docs - prepare skeleton for R/Python docs
R specific:
- prepare Introductory materials to predictive models for
titanicandapartments - prepare Introductory materials to
explain() - prepare Introductory materials to
predict_parts() - prepare Introductory materials to
predict_profile() - prepar
-
Updated
Nov 28, 2018 - Jupyter Notebook
-
Updated
Jun 19, 2019 - Python
-
Updated
Sep 24, 2019 - Python
-
Updated
Jan 27, 2020 - TeX
-
Updated
Jun 9, 2020 - Jupyter Notebook
-
Updated
Jun 19, 2020 - Python
-
Updated
Oct 29, 2019 - Python
-
Updated
May 30, 2020 - CSS
modelStudio FAQ & Troubleshooting
- Error occurred during the
modelStudio()computation fooplot doesn't show up on the dashboard
- Read the console output of
DALEX::explain(). There could be a warning message pointing to the
-
Updated
Jun 13, 2020 - Rich Text Format
-
Updated
Jun 1, 2019 - Python
-
Updated
Aug 8, 2019 - Jupyter Notebook
-
Updated
Jun 15, 2020 - R
-
Updated
Nov 26, 2018 - Jupyter Notebook
-
Updated
Nov 8, 2019 - Jupyter Notebook
-
Updated
Apr 10, 2018 - Python
-
Updated
Apr 24, 2018 - HTML
-
Updated
May 31, 2020 - Python
-
Updated
May 13, 2020 - R
-
Updated
Mar 28, 2020 - Jupyter Notebook
-
Updated
Jun 19, 2020 - R
A clear and concise description of what you would like to see added to BAS.
I think the bestmodel argument is not clearly explained if one wants to modify it, would it be possible to include an example of using it with something other than the default?
I understand it as being able to specify which model should come first but it's not clear how and I haven't been able to determine that.
Improve this page
Add a description, image, and links to the predictive-modeling topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the predictive-modeling topic, visit your repo's landing page and select "manage topics."
assert conditionwith the patternif not condition: raise AssertionError()