iuiu moflets
iuiu moflets
/kind feature **Why you need this feature:** Given a pipeline, i can train with big samples (prod) or small samples (dev). For which i would like to use different memory...
RStudio 1.1< allows to display sets from the Sql DDBB's connections. This works with DBI, for example the driver odbc::odbc. But not with bigrquery i.e. sets from bigquery don't display...
XGBRegressor has the parameter eval_set, where you pass an evaluation set that regressor uses to perform early stopping. Since this eval_set is fixed, when you do cross validation with n...
Apologies in advance if i'm not looking at the documentation properly. Evidently dashboards compute several steps. Would be nice to have param `verbose` in `.calculate` function from dashboard classes. So...
scikit-learn 1.0.0 moved to be using `get_feature_names` to use `get_feature_names_out` [link](https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_0_0.html#feature-names-support) is category-encoders planning to support this migration?
temporary fix for [#30](https://github.com/lordmauve/flake8-html/issues/30)
if you try to open a file that doesn't exist ```py import gcsfs import pandas as pd data_path = 'gs://this/bucket/does/not/exist' gc_fs = gcsfs.GCSFileSystem(project=self.project, token=self.credentials) with gc_fs.open(data_path, 'r') as f: data...
Hi, in documentation, there's some benchmark of using pre-trained transformers? Basically, adding a pre-trained transformer as starting layer in the encoder, in a similar fashion of when you use BERT...
Hi, local execution allows docker & subprocess [docs](https://www.kubeflow.org/docs/components/pipelines/v2/local-execution/) But in the case of [Lightweight Python Component](https://www.kubeflow.org/docs/components/pipelines/v2/components/lightweight-python-components) this is kinda limited and in some way weird. Why open a subprocess and...
hi, when i use `cruft update`, majority of cases i end up with a lot of `*.rej` files which is... quite annoying, to say at least. To avoid this, i...