Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Collection of utility functions to be used in Python.
Displays colored text in the console.
params:
Returns: Modified text string, now with the given color.
Fits Jupyter cells to window size.
Plays a sound effect when a cell is complete. Currently kind of buggy with a failed cell.
params:
Plays a sound effect if the cell execution fails.
Removes all files from a directory.
params:
Turns a directory of images into a gif.
params:
Displays in depth analysis of the correlation between features. Currently only addresses correlation of dependent feature to independent features, but will be updated soon.
params:
df = pd.read_csv('Iris.csv')
CorrMatrixAnalysis(df, 'species')
Example output:
Features With High Correlation to diagnosis:
-0.79 - concave points_worst
-0.78 - perimeter_worst
-0.78 - concave points_mean
-0.78 - radius_worst
-0.74 - perimeter_mean
-0.73 - area_worst
-0.73 - radius_mean
-0.71 - area_mean
Features With Moderate Correlation to diagnosis:
-0.70 - concavity_mean
-0.66 - concavity_worst
-0.60 - compactness_mean
-0.59 - compactness_worst
-0.57 - radius_se
-0.56 - perimeter_se
-0.55 - area_se
Features With No Correlation to diagnosis:
-0.29 - compactness_se
-0.25 - concavity_se
-0.08 - fractal_dimension_se
0.07 - smoothness_se
-0.04 - id
0.01 - fractal_dimension_mean
0.01 - texture_se
0.01 - symmetry_se
Many thanks to my muse for the constant inspiration, great ideas, and support <3
FAQs
Utility functions to be used in Python
We found that bae0n-utils demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.