这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@leomaurodesenv
Copy link
Owner

Proposed Folder Structure

Here is a recommended folder structure for your library:

scikit-sampling/
├── docs/
│   ├── guides/
│   │   ├── 01_introduction.md
│   │   └── 02_sampling_methods.md
│   └── examples/
│       ├── plot_stratified_sampling.py
│       └── plot_cluster_sampling.py
├── sksampling/
│   ├── __init__.py
│   ├── cluster.py
│   ├── estimation.py
│   ├── stratified.py
│   └── weighted.py
├── tests/
│   ├── __init__.py
│   ├── test_cluster.py
│   ├── test_estimation.py
│   ├── test_stratified.py
│   └── test_weighted.py
├── .gitignore
├── LICENSE
└── README.md

Rationale for the Structure

@leomaurodesenv leomaurodesenv self-assigned this Jul 26, 2025
@leomaurodesenv leomaurodesenv added the enhancement New feature or request label Jul 26, 2025
@leomaurodesenv leomaurodesenv merged commit aa81268 into main Jul 26, 2025
3 checks passed
@leomaurodesenv leomaurodesenv deleted the feat/new-structure branch July 26, 2025 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Computes confidence level based on sample statistics, margin of error and population size

2 participants