Skip to content

Commit

Permalink
Set tmog version to 0.6.0 in examples and notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
tovbinm committed Aug 27, 2019
1 parent 93108ed commit 16355a9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion helloworld/notebooks/OpIris.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"metadata": {},
"outputs": [],
"source": [
"%classpath add mvn com.salesforce.transmogrifai transmogrifai-core_2.11 0.5.3"
"%classpath add mvn com.salesforce.transmogrifai transmogrifai-core_2.11 0.6.0"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion helloworld/notebooks/OpTitanicSimple.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"metadata": {},
"outputs": [],
"source": [
"%classpath add mvn com.salesforce.transmogrifai transmogrifai-core_2.11 0.5.3"
"%classpath add mvn com.salesforce.transmogrifai transmogrifai-core_2.11 0.6.0"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions local/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Add the `transmogrifai-local` dependency into your project.
For Gradle in `build.gradle` add:
```gradle
dependencies {
compile 'com.salesforce.transmogrifai:transmogrifai-local_2.11:0.5.3'
compile 'com.salesforce.transmogrifai:transmogrifai-local_2.11:0.6.0'
}
```
For SBT in `build.sbt` add:
```sbt
libraryDependencies += "com.salesforce.transmogrifai" %% "transmogrifai-local" % "0.5.3"
libraryDependencies += "com.salesforce.transmogrifai" %% "transmogrifai-local" % "0.6.0"
```

Then in your code you may load and score models as follows:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<groupId>com.salesforce.transmogrifai</groupId>
<artifactId>TransmogrifAI</artifactId>
<version>0.5.3</version>
<version>0.6.0</version>
<name>TransmogrifAI</name>
<description>AutoML library for building modular, reusable, strongly typed machine learning workflows on Spark with minimal hand tuning</description>
<url>https://github.com/salesforce/TransmogrifAI</url>
Expand Down

0 comments on commit 16355a9

Please sign in to comment.