# frozen_string_literal: true # Rumale is a machine learning library in Ruby. module Rumale # This module consists of the classes that extract features from raw data. module FeatureExtraction # @!visibility private VERSION = '0.26.0' end end