Introduction
Upon creating a new project, AryaXAI automatically trains a default AutoML model, 'XGBoost_default', for default prediction and explainability. However, users have the option to utilize their own model for explainability through:
- Uploading own model.
- Training a model using AryaXAI's built-in modelling techniques, which include:
- XGBoost
- LGBoost
- CatBoost
- RandomForest
- SGD (Stochastic Gradient Descent)
- Logistic Regression
- Linear Regression
- GaussianNaiveBayes
Users can fine-tune these models and adjust the hyperparameters according to their requirements.
Uploading own model
Before uploading a model, ensure that the corresponding features have already been uploaded through the data upload process.
Select the tag in which your model is trained on. Also, you can define the test data when you are uploading the model
Help on method upload_model in module aryaxai.core.project
Supported models
Following are the models that you can upload to AryaXAI:
To view uploaded model info
Delete uploaded file
Introduction
Upon creating a new project, AryaXAI automatically trains a default AutoML model, 'XGBoost_default', for default prediction and explainability. However, users have the option to utilize their own model for explainability through:
- Uploading own model.
- Training a model using AryaXAI's built-in modelling techniques, which include:
- XGBoost
- LGBoost
- CatBoost
- RandomForest
- SGD (Stochastic Gradient Descent)
- Logistic Regression
- Linear Regression
- GaussianNaiveBayes
Users can fine-tune these models and adjust the hyperparameters according to their requirements.
Uploading own model
Before uploading a model, ensure that the corresponding features have already been uploaded through the data upload process.
Select the tag in which your model is trained on. Also, you can define the test data when you are uploading the model
Help on method upload_model in module aryaxai.core.project
Supported models
Following are the models that you can upload to AryaXAI:
To view uploaded model info
Delete uploaded file