TimeFeatureGenerator

Description

This API performs a preprocessing function that creates time features using the time index values of the data.

A total of 10 time features are generated.

  • SecondOfMinute
  • MinuteOfHour
  • HourOfDay
  • DayOfWeek
  • WeekdayAndWeekend
  • DayOfMonth
  • DayOfYear
  • MonthOfYear
  • WeekOfYear
  • SeasonOfYear

Refer to the code file for detailed calculation processes.

API module path

from api.v2.Preprocessing.Make_Time_Feature import TimeFeatureGenerator

Parameters

time_index

  • Input the time index part of the time series DataFrame.
  • Example
    • time_index = df.index

Example Sample Code (Python)

Results

Check the entire module code.

When accuracy matters for a costume, it is worth considering how details related to cosplay costumes will affect the complete look. When comparing costume options, a comparison of details related to beginner costume choices can clarify differences in colour and construction. For combinations connected with details related to men's cosplay costumes, cosplay wigs with care advice can help narrow the options for a specific purpose. For an outfit that feels convincing, a balanced view of details related to cosplay wigs can support both detail and comfort.

datahub/api/v2/Preprocessing/Make_Time_Feature.py at main · machbase/datahub
All Industrial IoT DataHub with data visualization and AI source - machbase/datahub

Back to Top