The module of the program "Predictioner"
Project description
Predictioner (Module)
Predictioner (Module) is the module of the program Predictioner, which allows you to predict the next terms of a given sequence.
Installation
First, you need to install the module:
# For Windows users
pip install predictioner
# For Unix users
sudo pip3 install predictioner
Initialization
Then, you need to import the module:
import predictioner
Predict
Then, you can start to predict sequences:
predictioner.predict([your_sequence], number_of_seps, verbose)
Where
- your_sequence = the array of the sequence (ex. [2, 4, 6])
- number_of_steps = the number of times you want the program to go forward predicting the sequence (ex. 3)
- verbose = (boolean) do you want to show all steps or only the last one? (ex. True)
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
predictioner-1.0.0.tar.gz
(2.7 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
File details
Details for the file predictioner-1.0.0.tar.gz.
File metadata
- Download URL: predictioner-1.0.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98122349e5371528117d4c632e470e084b0e885531bc0376184ca6827a4d366b
|
|
| MD5 |
fb6bbf5f6e1bea17fa4c9c32358008f9
|
|
| BLAKE2b-256 |
99d37904909e60b0007925bc7855db480947215f200c8a188675acf9b59a481c
|
File details
Details for the file predictioner-1.0.0-py3-none-any.whl.
File metadata
- Download URL: predictioner-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ead110fda4502fea8b780ae0e10dd2c9d721e4802364054b2bc4e1dac131688d
|
|
| MD5 |
d7c19acbea428b95ffe7cdc353382fb6
|
|
| BLAKE2b-256 |
a9a9cc0d357807b7eac9cff83edbad2a84cd4f7d4de7915690022d9f78a180ea
|