معرفی شرکت ها


anai-opensource-0.1a0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Automated ML
ویژگی مقدار
سیستم عامل -
نام فایل anai-opensource-0.1a0
نام anai-opensource
نسخه کتابخانه 0.1a0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Revca-ANAI
ایمیل نویسنده info@anai.io
آدرس صفحه اصلی https://github.com/Revca-ANAI/ANAI
آدرس اینترنتی https://pypi.org/project/anai-opensource/
مجوز Apache License 2.0
# ANAI an Automated Machine Learning Library by [Revca](https://revca.io/) ![ANAI LOGO](https://revca-assets.s3.ap-south-1.amazonaws.com/Github+Banner-min+(1).png) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![Downloads](https://static.pepy.tech/personalized-badge/lucifer-ml?period=total&units=international_system&left_color=black&right_color=green&left_text=Total%20Downloads)](https://pepy.tech/project/lucifer-ml) [![Downloads](https://static.pepy.tech/personalized-badge/lucifer-ml?period=month&units=international_system&left_color=black&right_color=green&left_text=Downloads%20per%20Month)](https://pepy.tech/project/lucifer-ml) [![Documentation Status](https://readthedocs.org/projects/anai/badge/?version=main)](https://anai.readthedocs.io/en/main/?badge=main) ## About ANAI is an Automated Machine Learning Python Library that works with tabular data. It is intended to save time when performing data analysis. It will assist you with everything right from the beginning i.e Ingesting data using the inbuilt connectors, preprocessing, feature engineering, model building, model evaluation, model tuning and much more. ## Our Goal Our Goal is to democratize Machine Learning and make it accessible to everyone. ## Let's get started ### Installation 1) Python venv: pip install anai-opensource ### Available Modelling Techniques 1) Classification Available Models for Classification - "lr": "Logistic Regression" - "sgd": "Stochastic Gradient Descent" - "perc": "Perceptron" - "pass": "Passive Aggressive Classifier" - "ridg": "Ridge Classifier" - "svm": "Support Vector Machine" - "knn": "K-Nearest Neighbors" - "dt": "Decision Trees" - "nb": "Naive Bayes" - "rfc": "Random Forest Classifier" - "gbc": "Gradient Boosting Classifier" - "ada": "AdaBoost Classifier" - "bag": "Bagging Classifier" - "ext": "Extra Trees Classifier" - "lgbm": "LightGBM Classifier" - "cat": "CatBoost Classifier" - "xgb": "XGBoost Classifier" - "ann": "Multi Layer Perceptron Classifier" - "poisson": "Poisson Classifier" - "huber": "Huber Classifiers" - "ridge_cv": "RidgeCV Classifier" - "encv": "ElasticNet CV Classifier" - "lcv": "LassoCV Classifier" - "llic": "LassoLarsIC Classifier" - "llcv": "LassoLarsCV Classifier" - "ransac": "RANSACClassifiers", - "ompcv": "OrthogonalMatchingPursuitCV Classifier", - "omp": "OrthogonalMatchingPursuit Classifier", - "iso": "IsotonicRegression Classifier", - "rad": "RadiusNeighbors Classifier", - "quantile": "QuantileRegression Classifier", - "theil": "TheilSenRegressor Classifier", - "lars": "Lars Classifeir", - "lcv": "LarsCV Classifier", - "tweedie": "TweedieClassifiers", - "all": "All Classifiers" 2) Regression Available Models for Regression - "lin": "Linear Regression" - "sgd": "Stochastic Gradient Descent Regressor" - "krr": "Kernel Ridge Regression" - "elas": "Elastic Net Regression" - "br": "Bayesian Ridge Regression" - "svr": "Support Vector Regressor" - "knn": "K-Nearest Neighbors" - "dt": "Decision Trees Regressor" - "rfr": "Random Forest Regressor" - "gbr": "Gradient Boosted Regressor" - "ada": "AdaBoostRegressor" - "bag": "Bagging Regressor" - "ext": "Extra Trees Regressor" - "lgbm": "LightGBM Regressor" - "xgb": "XGBoost Regressor" - "cat": "Catboost Regressor" - "ann": "Multi-Layer Perceptron Regressor" - "poisson": "Poisson Regressor" - "huber": "Huber Regressor" - "gamma": "Gamma Regressor" - "ridge": "Ridge CV Regressor" - "encv": "ElasticNetCV Regressor" - "lcv": "LassoCV Regressor" - "llic": "LassoLarsIC Regressor" - "llcv": "LassoLarsCV Regressor" - "ransac": "RANSACRegressor", - "ompcv": "OrthogonalMatchingPursuitCV", - "gpr": "GaussianProcessRegressor", - "omp": "OrthogonalMatchingPursuit", - "llars": "LassoLars", - "iso": "IsotonicRegression", - "rnr": "Radius Neighbors Regressor Regressors", - "qr": "Quantile Regression Regressors", - "theil": "TheilSenRegressor Regressors", - "all": "All Regressors" ### Usage Example import anai ai = anai.run( filepath='examples/Folds5x2_pp.xlsx', target='PE', predictor=['lin'], ) ![ANAI Run](https://revca-assets.s3.ap-south-1.amazonaws.com/anai_run_example.png) ### Hyperparameter Tuning ANAI is powered by [Optuna](https://github.com/optuna/optuna) for Hyperparam tuning. Just pass "tune = True" in run arguments and it will start tuning the model/s with Optuna. ### Persistence ANAI's model can be saved as a pickle file. It will save both the model and the scaler to the pickle file. - Saving Ex: ai.save([<path-to-model.pkl>, <path-to-scaler.pkl>]) A new ANAI Object can be loaded as well by specifying path of model and scaler - Loading Ex: ai = anai.run(path = [<path-to-model.pkl>, <path-to-scaler.pkl>]) ## More Examples You can find more examples/tutorials [here](https://github.com/Revca-ANAI/ANAI/examples) ## Documentation More information about ANAI can be found [here](https://anai.readthedocs.io/en/main/) ## Contributing - If you have any suggestions or bug reports, please open an issue [here](https://github.com/Revca-ANAI/ANAI/issues) - If you want to join the ANAI Team send us your resume [here](mailto:careers@revca.io) ## License - APACHE 2.0 License ## Contact - [E-mail](mailto:info@anai.io) - [LinkedIn](https://www.linkedin.com/company/revca-io/) - [Website](https://www.anai.io/) ## Roadmap - [ANAI's roadmap](https://anai.io/)


نیازمندی

مقدار نام
- boto3
- catboost
- colorama
- datashape
- db-dtypes
- decorator
- dnspython
- fuzzywuzzy
- google-cloud-bigquery
- google-cloud-bigquery-storage
- h11
- imbalanced-learn
- matplotlib
- matplotlib-inline
- networkx
- numpy
- optuna
- pandas
- pydot
- pydotplus
- pymongo
- pyparsing
- python-dateutil
- pytz
- pytz-deprecation-shim
- scikit-learn
>=1.5 scipy
- seaborn
- shap
- xgboost
- yacs
- pyod
- modin[all]
- distributed
- openpyxl
- category-encoders
- snowflake-connector-python
- snowflake-sqlalchemy
==0.20.0 mlxtend
- python-Levenshtein
- lightgbm
- python-Levenshtein-wheels


نحوه نصب


نصب پکیج whl anai-opensource-0.1a0:

    pip install anai-opensource-0.1a0.whl


نصب پکیج tar.gz anai-opensource-0.1a0:

    pip install anai-opensource-0.1a0.tar.gz