Skip to main content

module designed to make your data preprocessing experience easier

Project description

Islanders

this is a python packaged dessigned to make artificial Intelligence engineers, machine learning engineers, and Data Sciencist lives easier to do there job. within this package you will have the ability to use irdatacleanings methods as well as

  • datasets: this method is for those part of the islander community where you will be able to run code like,
import islanders as ir
gifts = ir.dataset("amazon electronic")
titanic = ir.dataset("titanic")
movie = ir.datasets("movie")

DT

this class is designed to work with scikit-learns DecisionTreeClassifier by making it so that all you have to do when you initiate this class is set the X and Y values DT(X values,Y values, test_size=.2) once you have initialized the class you can build the model by calling the build merthod there are two ways to call this methodthe first way is dt = self.build() which will just return the model itself, the next way is a bit more useful I think, dt,X_test,y_test = dec.build(True) this method will return not just the model but the X_test data and the y_test allowing you to run test on the model. This class is designed to return the most optimized model you can possible have the last method allows you to see what your tree looks like you can call this method by running self.show()

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

islanders-2022.1.18.tar.gz (114.9 kB view details)

Uploaded Source

Built Distribution

islanders-2022.1.18-py3-none-any.whl (17.6 kB view details)

Uploaded Python 3

File details

Details for the file islanders-2022.1.18.tar.gz.

File metadata

  • Download URL: islanders-2022.1.18.tar.gz
  • Upload date:
  • Size: 114.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for islanders-2022.1.18.tar.gz
Algorithm Hash digest
SHA256 8a9d45a3549670addc65b5e3cd74e532eb4d0c5dbac0d7b429a37e122d0266ee
MD5 2113d9a0342123cf897e3a20bc589732
BLAKE2b-256 3a2c33a64d8095e8a465b37031a2d1b56d63e1e6e66ed054c02a48f32187a839

See more details on using hashes here.

File details

Details for the file islanders-2022.1.18-py3-none-any.whl.

File metadata

  • Download URL: islanders-2022.1.18-py3-none-any.whl
  • Upload date:
  • Size: 17.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for islanders-2022.1.18-py3-none-any.whl
Algorithm Hash digest
SHA256 1c903a3f197b1bd8b5bef8656395820e2f4307c3b12dffb194153c1617522a92
MD5 b2eee67d0a8e0c35996c295653a8b1cd
BLAKE2b-256 18317f6169e5ff2356aea3182e5994ca7cd420a403bbc45c453ae7e9c7b90535

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