We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f8696 commit 12c6c73Copy full SHA for 12c6c73
1 file changed
algorithms/linfa-preprocessing/src/error.rs
@@ -13,9 +13,9 @@ pub enum PreprocessingError {
13
NotEnoughSamples,
14
#[error("not a valid float")]
15
InvalidFloat,
16
- #[error("minimum value for MinMax scaler cannot be greater than the maximum")]
17
- TokenizerNotSet,
18
#[error("Tokenizer must be defined after deserializing CountVectorizer by calling force_tokenizer_redefinition")]
+ TokenizerNotSet,
+ #[error("minimum value for MinMax scaler cannot be greater than the maximum")]
19
FlippedMinMaxRange,
20
#[error("n_gram boundaries cannot be zero (min = {0}, max = {1})")]
21
InvalidNGramBoundaries(usize, usize),
0 commit comments