Skip to content

DTU-DABAI/thedatasciencetoolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation Status Build Status

The Data Science Tool Box

A simple collection of well documented methods for performing data science on a wide range of data.

Under Construction

Project Structure / Naming convention

the toolbox contains methods for different tasks within different domains with the naming convention datasciencetoolbox.<domain>.<task>.<method> the most important domain name is 'general' containing generic implementations of methods for fundamental tasks(i.e. implementation of a nearest-neighbor classifier).

"Domain name examples":

  • General
  • Time Series
  • ...

Domains may use methods from other domains depending on how specialized they are. Most domains uses something from the general domain

"Task name examples":

  • preprocessing
  • modeling
  • ...

Contributing

Following these guidelines when contributing to the data science tool box

Testing

Tests are located in the test directory and run by either

pytest

or to test the installation of the package with tox

tox

...

About

A collection of tools in python for working with data science

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages