microsoft / qlib

Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and create value using AI technologies in quantitative investment, from exploring ideas to implementing productions. Qlib supports diverse machine learning modeling paradigms. including supervised learning, market dynamics modeling, and RL.
https://qlib.readthedocs.io/en/latest/
MIT License
15.27k stars 2.61k forks source link

changed concat of strings to f-strings and redundant type conversion … #1767

Closed igeni closed 4 months ago

igeni commented 6 months ago

changed concat of strings to f-strings and redundant type conversion was removed

Description

changed concat of strings to f-strings and redundant type conversion was removed

Motivation and Context

code becomes more clear

How Has This Been Tested?

Screenshots of Test Results (if appropriate):

  1. Pipeline test:
  2. Your own tests:

Types of changes