-
Updated
Feb 27, 2021
data-scientists
Here are 55 public repositories matching this topic...
-
Updated
Feb 7, 2021 - Python
-
Updated
Dec 22, 2020
-
Updated
Aug 29, 2016 - Python
The default dashboard can be very overwhelming with lots of tabs, toggles and dropdowns. It would be nice to offer a simplified version. This can be built as a custom ExplainerComponent and included in custom, so that you could e.g.:
from explainerdashboard import RegressionExplainer, ExplainerDashboard
from explainerdashboard.custom import SimplifiedRegressionDashboard
explainer = Reg
Remove pinned transfomer version from generate_conda_files
https://github.com/interpretml/interpret-text/blob/97416a0a9cc3e60bcb1221f878577762c64df02e/tools/generate_conda_files.py#L65
-
Updated
Nov 29, 2020 - Jupyter Notebook
-
Updated
Aug 3, 2020 - Jupyter Notebook
-
Updated
May 17, 2020 - Python
-
Updated
Jun 19, 2017
-
Updated
Sep 6, 2020 - C++
-
Updated
Apr 17, 2018 - Python
-
Updated
Jun 10, 2020 - Jupyter Notebook
-
Updated
Jun 23, 2017 - Jupyter Notebook
-
Updated
Dec 23, 2018 - Python
-
Updated
Sep 16, 2020
-
Updated
Jun 30, 2019 - Dockerfile
-
Updated
Mar 30, 2020 - Jupyter Notebook
-
Updated
Feb 24, 2020
-
Updated
Jan 11, 2018 - Jupyter Notebook
-
Updated
Jun 9, 2020 - HTML
-
Updated
Sep 22, 2020 - Jupyter Notebook
-
Updated
Aug 1, 2018 - Scala
-
Updated
May 17, 2019
-
Updated
Apr 13, 2020 - Jupyter Notebook
-
Updated
Aug 15, 2020 - Jupyter Notebook
-
Updated
Jan 25, 2021 - Python
-
Updated
Feb 24, 2017 - TypeScript
Improve this page
Add a description, image, and links to the data-scientists topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-scientists topic, visit your repo's landing page and select "manage topics."
Move the docker setup to a separate repository. Moving this outside core makes cleaner code.
Keeping docker-setup inside the core code, then adding a number of other similar systems like Vagrant, will over time create a mess. Better move them out. It also mak