
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
an AutoML library that builds, optimizes, and evaluates machine learning pipelines using domain-specific objective functions
Supply Chain Security
Vulnerability
Quality
Maintenance
License
EvalML is an AutoML library which builds, optimizes, and evaluates machine learning pipelines using domain-specific objective functions.
Key Functionality
Install from PyPI:
pip install evalml
or from the conda-forge channel on conda:
conda install -c conda-forge evalml
Update checker - Receive automatic notifications of new Woodwork releases
PyPI:
pip install "evalml[updater]"
Conda:
conda install -c conda-forge alteryx-open-src-update-checker
import evalml
X, y = evalml.demos.load_breast_cancer()
X_train, X_test, y_train, y_test = evalml.preprocessing.split_data(X, y, problem_type='binary')
from evalml.automl import AutoMLSearch
automl = AutoMLSearch(X_train=X_train, y_train=y_train, problem_type='binary')
automl.search()
automl.rankings
pipeline = automl.best_pipeline
pipeline.predict(X_test)
Read more about EvalML on our documentation page:
The EvalML community is happy to provide support to users of EvalML. Project support can be found in four places depending on the type of question:
evalml
tag.EvalML is an open source project built by Alteryx. To see the other open source projects we’re working on visit Alteryx Open Source. If building impactful data science pipelines is important to you or your business, please get in touch.
FAQs
an AutoML library that builds, optimizes, and evaluates machine learning pipelines using domain-specific objective functions
We found that evalml demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 open source maintainers 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.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.