{"id":15063964,"url":"https://github.com/revca-anai/anai","last_synced_at":"2025-04-10T11:50:40.710Z","repository":{"id":41461376,"uuid":"499286164","full_name":"Revca-ANAI/ANAI","owner":"Revca-ANAI","description":"A to Z of ML ","archived":false,"fork":false,"pushed_at":"2023-01-14T08:07:09.000Z","size":51304,"stargazers_count":31,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T04:41:39.740Z","etag":null,"topics":["automation","automl","machine-learning","machine-learning-algorithms","python","scikit-learn","sklearn"],"latest_commit_sha":null,"homepage":"https://anai.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Revca-ANAI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["Revca-ANAI"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null}},"created_at":"2022-06-02T20:47:54.000Z","updated_at":"2024-12-21T10:51:09.000Z","dependencies_parsed_at":"2023-02-09T19:01:11.517Z","dependency_job_id":null,"html_url":"https://github.com/Revca-ANAI/ANAI","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Revca-ANAI%2FANAI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Revca-ANAI%2FANAI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Revca-ANAI%2FANAI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Revca-ANAI%2FANAI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Revca-ANAI","download_url":"https://codeload.github.com/Revca-ANAI/ANAI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248215192,"owners_count":21066619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","automl","machine-learning","machine-learning-algorithms","python","scikit-learn","sklearn"],"created_at":"2024-09-25T00:09:25.961Z","updated_at":"2025-04-10T11:50:40.690Z","avatar_url":"https://github.com/Revca-ANAI.png","language":"Python","funding_links":["https://github.com/sponsors/Revca-ANAI"],"categories":[],"sub_categories":[],"readme":"# ANAI an Automated Machine Learning Library by [Revca](https://revca.io/)\r\n\r\n![ANAI LOGO](https://revca-assets.s3.ap-south-1.amazonaws.com/Github+Banner-min+(1).png)\r\n\r\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)\r\n![Downloads](https://static.pepy.tech/personalized-badge/lucifer-ml?period=total\u0026units=international_system\u0026left_color=black\u0026right_color=green\u0026left_text=Total%20Downloads)\r\n[![Downloads](https://static.pepy.tech/personalized-badge/lucifer-ml?period=month\u0026units=international_system\u0026left_color=black\u0026right_color=green\u0026left_text=Downloads%20per%20Month)](https://pepy.tech/project/lucifer-ml)\r\n[![Documentation Status](https://readthedocs.org/projects/anai/badge/?version=main)](https://anai.readthedocs.io/en/main/?badge=main)\r\n\r\n## About\r\n\r\nANAI 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.\r\n\r\n## Our Goal\r\n\r\nOur Goal is to democratize Machine Learning and make it accessible to everyone.\r\n\r\n## Let's get started\r\n\r\n### Installation\r\n\r\n    1) Python venv:\r\n        pip install anai-opensource\r\n\r\n### Available Modelling Techniques\r\n\r\n1) Classification\r\n\r\n       Available Models for Classification\r\n\r\n        - \"lr\": \"Logistic Regression\"\r\n        - \"sgd\": \"Stochastic Gradient Descent\"\r\n        - \"perc\": \"Perceptron\"\r\n        - \"pass\": \"Passive Aggressive Classifier\"\r\n        - \"ridg\": \"Ridge Classifier\"\r\n        - \"svm\": \"Support Vector Machine\"\r\n        - \"knn\": \"K-Nearest Neighbors\"\r\n        - \"dt\": \"Decision Trees\"\r\n        - \"nb\": \"Naive Bayes\"\r\n        - \"rfc\": \"Random Forest Classifier\"\r\n        - \"gbc\": \"Gradient Boosting Classifier\"\r\n        - \"ada\": \"AdaBoost Classifier\"\r\n        - \"bag\": \"Bagging Classifier\"\r\n        - \"ext\": \"Extra Trees Classifier\"\r\n        - \"lgbm\": \"LightGBM Classifier\"\r\n        - \"cat\": \"CatBoost Classifier\"\r\n        - \"xgb\": \"XGBoost Classifier\"\r\n        - \"ann\": \"Multi Layer Perceptron Classifier\"\r\n        - \"poisson\": \"Poisson Classifier\"\r\n        - \"huber\": \"Huber Classifiers\"\r\n        - \"ridge_cv\": \"RidgeCV Classifier\"\r\n        - \"encv\": \"ElasticNet CV Classifier\"\r\n        - \"lcv\": \"LassoCV Classifier\"\r\n        - \"llic\": \"LassoLarsIC Classifier\"\r\n        - \"llcv\": \"LassoLarsCV Classifier\"\r\n        - \"ransac\": \"RANSACClassifiers\",\r\n        - \"ompcv\": \"OrthogonalMatchingPursuitCV Classifier\",\r\n        - \"omp\": \"OrthogonalMatchingPursuit Classifier\",\r\n        - \"iso\": \"IsotonicRegression Classifier\",\r\n        - \"rad\": \"RadiusNeighbors Classifier\",\r\n        - \"quantile\": \"QuantileRegression Classifier\",\r\n        - \"theil\": \"TheilSenRegressor Classifier\",\r\n        - \"lars\": \"Lars Classifeir\",\r\n        - \"lcv\": \"LarsCV Classifier\",\r\n        - \"tweedie\": \"TweedieClassifiers\",\r\n        - \"all\": \"All Classifiers\"\r\n\r\n2) Regression\r\n\r\n       Available Models for Regression\r\n\r\n        - \"lin\": \"Linear Regression\"\r\n        - \"sgd\": \"Stochastic Gradient Descent Regressor\"\r\n        - \"krr\": \"Kernel Ridge Regression\"\r\n        - \"elas\": \"Elastic Net Regression\"\r\n        - \"br\": \"Bayesian Ridge Regression\"\r\n        - \"svr\": \"Support Vector Regressor\"\r\n        - \"knn\": \"K-Nearest Neighbors\"\r\n        - \"dt\": \"Decision Trees Regressor\"\r\n        - \"rfr\": \"Random Forest Regressor\"\r\n        - \"gbr\": \"Gradient Boosted Regressor\"\r\n        - \"ada\": \"AdaBoostRegressor\"\r\n        - \"bag\": \"Bagging Regressor\"\r\n        - \"ext\": \"Extra Trees Regressor\"\r\n        - \"lgbm\": \"LightGBM Regressor\"\r\n        - \"xgb\": \"XGBoost Regressor\"\r\n        - \"cat\": \"Catboost Regressor\"\r\n        - \"ann\": \"Multi-Layer Perceptron Regressor\"\r\n        - \"poisson\": \"Poisson Regressor\"\r\n        - \"huber\": \"Huber Regressor\"\r\n        - \"gamma\": \"Gamma Regressor\"\r\n        - \"ridge\": \"Ridge CV Regressor\"\r\n        - \"encv\": \"ElasticNetCV Regressor\"\r\n        - \"lcv\": \"LassoCV Regressor\"\r\n        - \"llic\": \"LassoLarsIC Regressor\"\r\n        - \"llcv\": \"LassoLarsCV Regressor\"\r\n        - \"ransac\": \"RANSACRegressor\",\r\n        - \"ompcv\": \"OrthogonalMatchingPursuitCV\",\r\n        - \"gpr\": \"GaussianProcessRegressor\",\r\n        - \"omp\": \"OrthogonalMatchingPursuit\",\r\n        - \"llars\": \"LassoLars\",\r\n        - \"iso\": \"IsotonicRegression\",\r\n        - \"rnr\": \"Radius Neighbors Regressor Regressors\",\r\n        - \"qr\": \"Quantile Regression Regressors\",\r\n        - \"theil\": \"TheilSenRegressor Regressors\",\r\n        - \"all\": \"All Regressors\"\r\n\r\n### Usage Example\r\n\r\n    import anai\r\n    ai = anai.run(\r\n                filepath='examples/Folds5x2_pp.xlsx', \r\n                target='PE',\r\n                predictor=['lin'],\r\n    )\r\n\r\n![ANAI Run](https://revca-assets.s3.ap-south-1.amazonaws.com/anai_run_example.png)\r\n\r\n### Hyperparameter Tuning\r\n\r\nANAI 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.\r\n\r\n### Persistence\r\n\r\nANAI's model can be saved as a pickle file. It will save both the model and the scaler to the pickle file.\r\n\r\n    - Saving\r\n\r\n        Ex: \r\n            ai.save([\u003cpath-to-model.pkl\u003e, \u003cpath-to-scaler.pkl\u003e])\r\n\r\nA new ANAI Object can be loaded as well by specifying path of model and scaler\r\n\r\n    - Loading\r\n\r\n        Ex: \r\n            ai = anai.run(path = [\u003cpath-to-model.pkl\u003e, \u003cpath-to-scaler.pkl\u003e])\r\n\r\n## More Examples\r\n\r\nYou can find more examples/tutorials [here](https://github.com/Revca-ANAI/ANAI/examples)\r\n\r\n## Documentation\r\n\r\nMore information about ANAI can be found [here](https://anai.readthedocs.io/en/main/)\r\n\r\n## Contributing\r\n\r\n- If you have any suggestions or bug reports, please open an issue [here](https://github.com/Revca-ANAI/ANAI/issues)\r\n- If you want to join the ANAI Team send us your resume [here](mailto:careers@revca.io)\r\n\r\n## License\r\n\r\n- APACHE 2.0 License\r\n\r\n## Contact\r\n\r\n- [E-mail](mailto:info@anai.io)\r\n- [LinkedIn](https://www.linkedin.com/company/revca-io/)\r\n- [Website](https://www.anai.io/)\r\n\r\n## Roadmap\r\n\r\n- [ANAI's roadmap](https://anai.io/)\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frevca-anai%2Fanai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frevca-anai%2Fanai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frevca-anai%2Fanai/lists"}