catboost
Here are 96 public repositories matching this topic...
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
Is your feature request related to a problem? Please describe.
When generating generating targeted attacks the method arguments generate(x, y=None) can be confusing. In this case y usually refers to the target label for the attack, but users may accidentally put the correct label there, rendering the attack ineffective.
Describe the solution you'd like
Maybe we should change that
-
Updated
Apr 1, 2020 - Python
- Unable to supply
validation_datato a KerasCVExperimentviamodel_extra_params[“fit”] - This is because HyperparameterHunter automatically sets
validation_datato be the OOF data produced by the cross validation scheme - I can imagine this would be unexpected behavior, so I’d love to hear any thoughts on how to clear this up
Note
- This issue (along with several others) was ori
-
Updated
Apr 1, 2020 - Python
-
Updated
Jun 4, 2020 - Jupyter Notebook
-
Updated
Mar 29, 2020
Add tests for ensemble save and load. It can be done:
- by using some existing learner
- or by writing simple learner framework mockup
-
Updated
Sep 24, 2019 - Jupyter Notebook
-
Updated
Jun 6, 2020 - R
-
Updated
May 19, 2020 - Python
-
Updated
Jun 4, 2020 - Python
-
Updated
Mar 3, 2018 - Python
-
Updated
May 21, 2020 - Julia
-
Updated
Dec 5, 2019 - Jupyter Notebook
-
Updated
Mar 1, 2018 - Jupyter Notebook
-
Updated
Jan 8, 2020
-
Updated
Apr 1, 2020 - Jupyter Notebook
-
Updated
Nov 29, 2019 - Jupyter Notebook
-
Updated
Jun 18, 2019 - Jupyter Notebook
-
Updated
May 23, 2019 - Jupyter Notebook
-
Updated
May 2, 2019 - Jupyter Notebook
-
Updated
Jan 21, 2020 - Python
-
Updated
Dec 16, 2018 - Jupyter Notebook
-
Updated
May 29, 2020 - Jupyter Notebook
-
Updated
Mar 3, 2018 - Jupyter Notebook
-
Updated
Jun 5, 2019 - Jupyter Notebook
-
Updated
Sep 20, 2017 - Python
Improve this page
Add a description, image, and links to the catboost topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the catboost topic, visit your repo's landing page and select "manage topics."
This class could be used instead of cd file https://catboost.ai/docs/concepts/input-data_column-descfile.html when creating Pool from filez. The class should have init function, methods load and save, and Pool init method should be able to use object of this class instead of cd file during initialization.