Sha256: cf95945cafeb0204d8b6291d004ea3e0c8b4a403ee1a4925fc1476dd95942067

Contents?: true

Size: 1005 Bytes

Versions: 44

Compression:

Stored size: 1005 Bytes

Contents

# == Schema Information
#
# Table name: easy_ml_column_histories
#
#  id                  :bigint           not null, primary key
#  column_id           :integer          not null
#  dataset_id          :integer          not null
#  name                :string           not null
#  description         :string
#  datatype            :string
#  polars_datatype     :string
#  is_target           :boolean
#  hidden              :boolean          default(FALSE)
#  drop_if_null        :boolean          default(FALSE)
#  preprocessing_steps :json
#  sample_values       :json
#  statistics          :json
#  created_at          :datetime         not null
#  updated_at          :datetime         not null
#  history_started_at  :datetime         not null
#  history_ended_at    :datetime
#  history_user_id     :integer
#  snapshot_id         :string
#
module EasyML
  class ColumnHistory < ActiveRecord::Base
    self.table_name = "easy_ml_column_histories"
    include Historiographer::History
  end
end

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
easy_ml-0.2.0.pre.rc45 app/models/easy_ml/column_history.rb
easy_ml-0.2.0.pre.rc44 app/models/easy_ml/column_history.rb
easy_ml-0.2.0.pre.rc43 app/models/easy_ml/column_history.rb
easy_ml-0.2.0.pre.rc41 app/models/easy_ml/column_history.rb
easy_ml-0.2.0.pre.rc40 app/models/easy_ml/column_history.rb
easy_ml-0.2.0.pre.rc39 app/models/easy_ml/column_history.rb
easy_ml-0.2.0.pre.rc38 app/models/easy_ml/column_history.rb
easy_ml-0.2.0.pre.rc37 app/models/easy_ml/column_history.rb
easy_ml-0.2.0.pre.rc36 app/models/easy_ml/column_history.rb
easy_ml-0.2.0.pre.rc35 app/models/easy_ml/column_history.rb
easy_ml-0.2.0.pre.rc34 app/models/easy_ml/column_history.rb
easy_ml-0.2.0.pre.rc33 app/models/easy_ml/column_history.rb
easy_ml-0.2.0.pre.rc32 app/models/easy_ml/column_history.rb
easy_ml-0.2.0.pre.rc31 app/models/easy_ml/column_history.rb
easy_ml-0.2.0.pre.rc30 app/models/easy_ml/column_history.rb
easy_ml-0.2.0.pre.rc29 app/models/easy_ml/column_history.rb
easy_ml-0.2.0.pre.rc28 app/models/easy_ml/column_history.rb
easy_ml-0.2.0.pre.rc27 app/models/easy_ml/column_history.rb
easy_ml-0.2.0.pre.rc26 app/models/easy_ml/column_history.rb
easy_ml-0.2.0.pre.rc25 app/models/easy_ml/column_history.rb