Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Commit a789dbd

Browse files
authored
Update README.md
1 parent cd363ae commit a789dbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Go ahead and give it a try on different datasets as per your requirement and rea
194194

195195
Follow the below steps to use Jupyter Notebook for building the model. This is to compare the manual process of model building with the automated process using AutoAI.
196196

197-
Create an account with IBM Cloud and then create a project in Watson Studio. Add the data as an asset. These three steps are given above in detail.
197+
`Create an account with IBM Cloud and then create a project in Watson Studio. Add the data as an asset. These three steps are given above in detail.`
198198

199199
4. [Create the notebook](#4-create-the-notebook)
200200
5. [Insert the data as dataframe](#5-insert-the-data-as-dataframe)
@@ -272,7 +272,7 @@ We can observe that attributes like Married, Applicant Income & Credit history a
272272

273273
![](https://github.com/IBM/predict-fraud-using-auto-ai/blob/master/images/shap_ft_imp.png)
274274

275-
With this, we have come to the end of this code pattern where we can compare the ease of using AutoAI to build predictive models vs creating a new jupyter notebook to build and evaluate predictive models. `There's considerable reduction of time in building and deploying the models using AutoAI because it handles missing values, outliers, feature engineering & hyper parameters optimization on the fly and selects the best algorithm as per the dataset.` If you are a developer who wants to build the model quickly and deploy it for being production ready, then AutoAI is for you which can help in taking decisions faster and gives a detailed overview of the data.
275+
With this, we have come to the end of this code pattern where we can compare the ease of using AutoAI to build predictive models vs creating a new jupyter notebook to build and evaluate predictive models. `There's considerable reduction of time in building and deploying the models using AutoAI because it handles missing values, outliers, feature engineering & hyper parameters optimization on the fly and selects the best algorithm as per the dataset.` If you are a developer or a data scientist who wants to build the model quickly and deploy it for being production ready, then AutoAI is for you which will help in taking decisions faster and gives a detailed overview of the attribute relationships within the data.
276276

277277
## More to come :
278278

0 commit comments

Comments
 (0)