v0.16.0 #71
OnlyDeniko
announced in
Announcements
v0.16.0
#71
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
polarspackage. This is available in the following modules: data (Dataset, SequenceTokenizer, SequentialDataset) for working with transformers, metrics, preprocessing and splitters. The new format allows to achieve multiple acceleration of calculations relative to thePandasandPySparkdataframes. You can see more details about usage in the examples.seabornandmatplotlib. Removed functionsreplay.utils.distributions.plot_item_distandreplay.utils.distributions.plot_user_dist.get_all_embeddings,set_item_embeddings_by_size,set_item_embeddings_by_tensor,append_item_embeddings. You can see more details about their use in the examples.QueryEmbeddingsPredictionCallbackto get query embeddings at the inference stage in transformers. You can see more details about usage in the examples.SequenceTokenizerandTorchSequentialDataset. It becomes possible to use numerical features inside transformers.cardinalityinTensorSchema. Now it is not necessary to pass thecardinalityparameter, the value will be calculated automatically.core_countparameter toreplay.utils.session_handler.get_spark_session. If nothing is specified, the env variablesREPLAY_SPARK_CORE_COUNTandREPLAY_SPARK_MEMORYare taken into account. If they are not specified, the value is set to-1.item_countparameter inValidationMetricsCallback. If you are not going to calculate theCoveragemetric, then you do not need to pass this parameter.Coveragemetric onPandasandPySparkhas been aligned.PySparktoPandasin some models. Added theallow_collect_to_masterparameter,Falseby default.LabelEncoder. The problem occurred when using multiple tuples with null values.This discussion was created from the release v0.16.0.
Beta Was this translation helpful? Give feedback.
All reactions