Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
f861daf (HEAD -> 0.6.0-release, origin/0.6.0-release) Properties
3b82d96 Try to fix the failing test (#356)
c25f4eb Allow customizing serialization for FeatureGenerator extract function (#352)
e6cc43f Update helloworld examples to be simple (#351)
ecc7f22 Forecast Evaluator - fixes SMAPE, adds MASE and Seasonal Error metrics (#342)
2d49809 Adding
key
ctor field in all RawFeatureFilter results (#348)afc910c Enable CicleCI version 2.1 (#353)
736df96 Quick Fix Alias Type Names (#346)
e552147 Forecast evaluator + SMAPE metric (#337)
5b82f42 Local scoring for model with features of all types (#340)
2f55e7a Remove local runner + update docs (#335)
9fd9329 Update pom.xml
1a8cc73 Added missing test for java conversions (#334)
9fee4d4 Get rid of scalaj-collections (#333)
13ddb4f Workflow independent model loading (#274)
428eb4c Update pom.xml
694206c Bump Apache Tika to 1.21 (#331)
0065568 Update pom.xml
58a7585 Create pom.xml
cc84919 Aggregated LOCOs of SmartTextVectorizer outputs (#308)
154e188 Update versions matrix
9ab875a Update Community-Projects.md
fe9b0bb Added community projects docs section (#326)
b08dd94 Add FeatureBuilder.fromSchema (#325)
c47ff42 Improve WeekOfMonth in date transformers (#323)
689b71f Improved datetime unit transformer shortcuts - Part 2 (#319)
7886a58 Correctly pass main class for CLI sub project (#321)
6f55dee Serialize blacklisted map keys with the model + updated access on workflow/model members (#320)
18a9243 Improved datetime unit transformer shortcuts (#316)
9d01538 Improved OpScalarStandardScalerTest (#317)
d6bb99b improved PercentileCalibratorTest (#318)
3992cfe Added concrete wrappers for HashingTF, NGram and StopWordsRemover (#314)
976cd25 Avoid singleton random generators (#312)
2081d5e Remove free function aggregation with feature builders (#311)
b6bc25a Added util methods to create class/object by name + retrieve type tag by type name (#310)
40e4929 Bumped versions to 0.5.3 in docs and set the build version to 0.6.0-SNAPSHOT (#307)
fadc8d9 Bump shadowjar plugin to 5.0.0 (#306)
a3b2d75 Release 0.5.3 (#305)
72dff42 Workflow test to train a model with features of all feature types (#304)
6aba38e improved test SmartTextMapVectorizerTest (#296)
9333dcd add check to raw feature filter for removing all features (#303)
a2dc9cf Add Readthedocs badge
9bc75a9 Threshold metrics calculation fix when unseen labels are present (#293)
4773967 Spec-ifying ngram similarity tests (#299)
3ac0a50 Add random test feature generator to generate datasets with features of all types (#298)
213962e DataCutter-related fixes for multiclass (#263)
9357a89 Spec-ifying NGramTest (#297)
48bc18d Added base spec for testing Spark wrapping transformers (#295)
ffb9521 Add/upgrade string indexing tests (#294)
f984f21 Improved multi pick list map vectorizer test (#292)
f228f26 Improvements of Vectorizer tests (#291)
462226a Updated TextMapPivotVectorizerTest to use OpEstimatorSpec (#290)
1b3edfe Update TextTokenizerTest to use OpTransformerSpec (#289)
d02fb32 Add test for RealNNVectorizer (#288)
699f978 improved OPCollectionHashingVectorizerTest test (#286)
2c06124 Created new tests for OpCollection* (#285)
78396ff Update names of transformer tests and files to match class names (#284)
b8ddca9 Improved test by extending OpTransformerSpec (#283)
3e9a815 Fixed onSetInput so is always called with new input (#280)
0e64ff6 Skip writing empty stages & skip loading stages without uid-s (#282)
1b097d4 Skip serializing estimators + fix test + added empty data transform test (#281)
6e95804 Set version to 0.6.0-SNAPSHOT
b040762 (tag: 0.5.2) Update version to 0.5.2 everywhere