# -*- encoding: utf-8 -*- # stub: rumale-preprocessing 0.28.0 ruby lib Gem::Specification.new do |s| s.name = "rumale-preprocessing".freeze s.version = "0.28.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/yoshoku/rumale/blob/main/CHANGELOG.md", "documentation_uri" => "https://yoshoku.github.io/rumale/doc/", "homepage_uri" => "https://github.com/yoshoku/rumale", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/yoshoku/rumale/tree/main/rumale-preprocessing" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["yoshoku".freeze] s.bindir = "exe".freeze s.date = "2023-11-12" s.description = "Rumale::Preprocessing provides preprocessing techniques,\nsuch as L2 normalization, standard scaling, and one-hot encoding,\nwith Rumale interface.\n".freeze s.email = ["yoshoku@outlook.com".freeze] s.files = ["LICENSE.txt".freeze, "README.md".freeze, "lib/rumale/preprocessing.rb".freeze, "lib/rumale/preprocessing/bin_discretizer.rb".freeze, "lib/rumale/preprocessing/binarizer.rb".freeze, "lib/rumale/preprocessing/kernel_calculator.rb".freeze, "lib/rumale/preprocessing/l1_normalizer.rb".freeze, "lib/rumale/preprocessing/l2_normalizer.rb".freeze, "lib/rumale/preprocessing/label_binarizer.rb".freeze, "lib/rumale/preprocessing/label_encoder.rb".freeze, "lib/rumale/preprocessing/max_abs_scaler.rb".freeze, "lib/rumale/preprocessing/max_normalizer.rb".freeze, "lib/rumale/preprocessing/min_max_scaler.rb".freeze, "lib/rumale/preprocessing/one_hot_encoder.rb".freeze, "lib/rumale/preprocessing/ordinal_encoder.rb".freeze, "lib/rumale/preprocessing/polynomial_features.rb".freeze, "lib/rumale/preprocessing/standard_scaler.rb".freeze, "lib/rumale/preprocessing/version.rb".freeze] s.homepage = "https://github.com/yoshoku/rumale".freeze s.licenses = ["BSD-3-Clause".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Rumale::Preprocessing provides preprocessing techniques with Rumale interface.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.9.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.28.0".freeze]) end