add record of contribution to data_kitchen.py
This commit is contained in:
parent
c2d6a0e891
commit
a1cff377ec
@ -35,7 +35,23 @@ class FreqaiDataKitchen:
|
|||||||
"""
|
"""
|
||||||
Class designed to analyze data for a single pair. Employed by the IFreqaiModel class.
|
Class designed to analyze data for a single pair. Employed by the IFreqaiModel class.
|
||||||
Functionalities include holding, saving, loading, and analyzing the data.
|
Functionalities include holding, saving, loading, and analyzing the data.
|
||||||
author: Robert Caulk, rob.caulk@gmail.com
|
|
||||||
|
Record of contribution:
|
||||||
|
FreqAI was developed by a group of individuals who all contributed specific skillsets to the
|
||||||
|
project.
|
||||||
|
|
||||||
|
Conception and software development:
|
||||||
|
Robert Caulk @robcaulk
|
||||||
|
|
||||||
|
Theoretical brainstorming:
|
||||||
|
Elin Törnquist @thorntwig
|
||||||
|
|
||||||
|
Code review, software architecture brainstorming:
|
||||||
|
@xmatthias
|
||||||
|
|
||||||
|
Beta testing and bug reporting:
|
||||||
|
@bloodhunter4rc, Salah Lamkadem @ikonx, @ken11o2, @longyu, @paranoidandy, @smidelis, @smarm
|
||||||
|
Juha Nykänen @suikula, Wagner Costa @wagnercosta
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
|
Loading…
Reference in New Issue
Block a user