Framework for machine and deep learning, with regression, classification and time series analysis
Project description
Stock
Overview
Project description
Quick Start
- Create environment
$ pip install virtualenv
$ python -m venv .venv
$ source .venv/bin/activate
- Install dependencies
$ pip install -r requirements.txt
$ pip freeze > requirements.txt
- Deactivate virtualenv (if needed)
$ deactivate
Reminders for Github usage
- Creating Github repository
$ brew install gh
$ gh auth login
$ gh repo create
- Initializing git and first commit to distant repository
$ git init
$ git add .
$ git commit -m 'first commit'
$ git remote add origin <YOUR_REPO_URL>
$ git push -u origin master
- use conventional commits https://www.conventionalcommits.org/en/v1.0.0/#summary
Pierre Gallet © 2024
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lecrapaud-0.1.0.tar.gz
(83.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
lecrapaud-0.1.0-py3-none-any.whl
(111.0 kB
view details)
File details
Details for the file lecrapaud-0.1.0.tar.gz.
File metadata
- Download URL: lecrapaud-0.1.0.tar.gz
- Upload date:
- Size: 83.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82902d61212ec9d12eec2f68927ae3f4e8386daf2dc477007e4397484b0ca867
|
|
| MD5 |
771d27ab421bcb1a1e1402d5673afa1b
|
|
| BLAKE2b-256 |
b9ce3fed5fbc3e8c15f71a787e48b89baa8ec3964924eed03e082c636b003fb0
|
File details
Details for the file lecrapaud-0.1.0-py3-none-any.whl.
File metadata
- Download URL: lecrapaud-0.1.0-py3-none-any.whl
- Upload date:
- Size: 111.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8b1f5d264904b7bb8ff1b47ee4c60bd2bdd91a8cefe547a35fc372b932d8e08
|
|
| MD5 |
ad75f30a91816d3c7519a67d6d3f6f99
|
|
| BLAKE2b-256 |
71a624915d330c890f09ea46fa8a2bd412078f54c5d2c746028c1c3ffd8efad3
|