Skip to main content

Make easy user Apyori for Pandas

Project description

Apyori for Pandas

Este pacote busca facilitar o uso da biblioteca apyori no pandas

veja um exemplo:

from apyoripandas.apriori import Apriori
import pandas as pd

# Exemplo de teste
df_teste = pd.read_csv('teste.csv')

resultado = Apriori(df_test, min_support=0.1, min_confidence=0.9, min_length=18)

Neste caso resultado é um dataframe do pandas

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

apyoripandas-0.1.3.tar.gz (2.1 kB view details)

Uploaded Source

File details

Details for the file apyoripandas-0.1.3.tar.gz.

File metadata

  • Download URL: apyoripandas-0.1.3.tar.gz
  • Upload date:
  • Size: 2.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.4

File hashes

Hashes for apyoripandas-0.1.3.tar.gz
Algorithm Hash digest
SHA256 252e5ffa5496bde9b2b5cda6368185d110217f35f80463c8bad061f7f77a9026
MD5 46503e5e5687bb4f84662c97fba688fd
BLAKE2b-256 288fc1233189d885151408909e73c06b5c576fb9349dda59587eabade85b62e5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page