A package containing the necessary functions to smoothly run the analysis in DSCI-310-Group-1
Project description
grouponefunctions
A package containing the necessary functions to smoothly run the analysis in DSCI-310-Group-1
Installation
$ pip install grouponefunctions
Usage
grouponefunctions is primarily used for analysis of (Predicting students’ grades using multi-variable regression)[https://github.com/DSCI-310/DSCI-310-Group-1], but contains three general use functions.
The first function split_xy can be used to split data into predictors and target variables as follows:
from grouponefunctions import grouponefunctions
X_train, y_train = grouponefunctions.split_xy(train_df, predictors, target)
X_test, y_test = grouponefunctions.split_xy(test_df, predictors, target)
The second function plot_square_data can be used to create plots to display in a square manner.
The third function list_abs can be used to create a list for the result of our notebook.
Contributing
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
License
grouponefunctions was created by Andres Zepeda Perez, Daniel Hou, Zizhen Guo, Timothy Zhou. It is licensed under the terms of the MIT license.
Credits
grouponefunctions was created with cookiecutter and the py-pkgs-cookiecutter template.
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
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 grouponefunctions-0.1.6.tar.gz.
File metadata
- Download URL: grouponefunctions-0.1.6.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1985028e5dd7dc5bd7baa0e533d73fdd0670ce5e617483aaa47378247f318a7b
|
|
| MD5 |
4ca53981351d5fcdc7fbf35fe4fc0035
|
|
| BLAKE2b-256 |
5a6c746828d15af11f93a1205b89b12e2a0cb092fd43497005a92e47aff21c3e
|
File details
Details for the file grouponefunctions-0.1.6-py3-none-any.whl.
File metadata
- Download URL: grouponefunctions-0.1.6-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81f6b9c322893e0b42d4440678aafc401ac0e9b34c654c6a885eee2979f23504
|
|
| MD5 |
b5f2f8e1fddaecb96eb845348e3171e7
|
|
| BLAKE2b-256 |
01ad717cdb5df39ee82a1dec72db5ab54168d6ee8cbfe07da6c0b26a076b657c
|