Skip to content

FactorAnalyzer cannot update base_df #1

@Guocode

Description

@Guocode

when i try to use df1 and df2, it seems not work

        fa1 = FactorAnalyzer(
            base_df=df1,
            trade_date_col='datetime',
            symbol_col='symbol',
            price_col='close',
            factor_name='factor',
        )
        
        fa1.run()

        fa2 = FactorAnalyzer(
            base_df=df2,
            trade_date_col='datetime',
            symbol_col='symbol',
            price_col='close',
            factor_name='factor',
        )
        
        fa2.run()

the results are always the same. my os is windows

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions