2025-05-10 17:09:59 +02:00
2025-05-10 17:09:59 +02:00
2025-05-07 13:24:00 +02:00
2025-05-07 13:24:00 +02:00
2025-05-10 17:09:59 +02:00
2025-05-10 17:09:59 +02:00

FreqStats

Construction

docker build -t flask-web-app .

Lancement

docker run -it -p 5000:5000 -v $(pwd)/src/:/src -v /home/jerome/Perso/freqtradeDocker/user_data/:/mnt/external flask-web-app bash

puis : python3 app.py

librairies

### Génération d'un rapport sur le dataframe 

ydata-profiling : https://github.com/ydataai/ydata-profiling

    profile = ProfileReport(dataframe, tsmode=True, sortby="date", title="Time-Series EDA")

    profile.to_file("report_timeseries.html")
Description
No description provided
Readme 543 KiB
Languages
JavaScript 54.6%
Python 33.1%
HTML 6.3%
CSS 4.3%
Dockerfile 1.7%