Skip to content

Commit d017dd4

Browse files
committed
rename tangram to modelfox
1 parent 6bb3300 commit d017dd4

File tree

685 files changed

+8094
-8775
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

685 files changed

+8094
-8775
lines changed

Cargo.lock

Lines changed: 2701 additions & 2712 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
All of this repository is MIT licensed, except for the `crates/app` directory, which is source available and free to use for testing, but requires a paid license to use in production. Send us an email at hello@tangram.dev if you are interested in a license.
1+
All of this repository is MIT licensed, except for the `crates/app` directory, which is source available and free to use for testing, but requires a paid license to use in production. Send us an email at hello@modelfox.dev if you are interested in a license.

README.md

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,89 @@
11
<p align="center">
2-
<img src="tangram.svg" title="Tangram">
2+
<img src="modelfox.svg" title="ModelFox">
33
</p>
44

55
<h1 align="center">
6-
Tangram is the all-in-one machine learning toolkit for programmers.
6+
ModelFox is the all-in-one machine learning toolkit for programmers.
77
</h1>
88

99
<p align="center">
1010
Train a model from a CSV file on the command line. Make predictions from Elixir, Go, JavaScript, PHP, Python, Ruby, or Rust. Learn about your models and monitor them in production from your browser.
1111
</p>
1212

1313
<p align="center">
14-
<a href="https://tangram.dev/docs/">
15-
<img src="https://img.shields.io/badge/docs-tangram.dev-purple?style=flat-square" alt="Documentation" />
14+
<a href="https://modelfox.dev/docs/">
15+
<img src="https://img.shields.io/badge/docs-modelfox.dev-purple?style=flat-square" alt="Documentation" />
1616
</a>
1717
<a href="">
18-
<img src="https://img.shields.io/github/last-commit/tangramdotdev/tangram?style=flat-square" alt="Last commit" />
18+
<img src="https://img.shields.io/github/last-commit/modelfoxdotdev/modelfox?style=flat-square" alt="Last commit" />
1919
</a>
2020
</p>
2121
<p align="center">
22-
<a href="https://hex.pm/packages/tangram">
23-
<img src="https://img.shields.io/hexpm/v/tangram?color=blueviolet&style=flat-square" alt="Tangram Hex package"/>
22+
<a href="https://hex.pm/packages/modelfox">
23+
<img src="https://img.shields.io/hexpm/v/modelfox?color=blueviolet&style=flat-square" alt="ModelFox Hex package"/>
2424
</a>
25-
<a href="https://github.com/tangramdotdev/tangram-go">
26-
<img src="https://img.shields.io/github/go-mod/go-version/tangramdotdev/tangram-go?filename=go.mod&style=flat-square" alt="Tangram Go package"/>
25+
<a href="https://github.com/modelfoxdotdev/modelfox-go">
26+
<img src="https://img.shields.io/github/go-mod/go-version/modelfoxdotdev/modelfox-go?filename=go.mod&style=flat-square" alt="ModelFox Go package"/>
2727
</a>
28-
<a href="https://www.npmjs.com/package/@tangramdotdev/tangram">
29-
<img src="https://img.shields.io/npm/v/@tangramdotdev/tangram?color=yellow&style=flat-square" alt="Tangram Javascript package"/>
28+
<a href="https://www.npmjs.com/package/@modelfoxdotdev/modelfox">
29+
<img src="https://img.shields.io/npm/v/@modelfoxdotdev/modelfox?color=yellow&style=flat-square" alt="ModelFox Javascript package"/>
3030
</a>
31-
<a href = "https://packagist.org/packages/tangram/tangram">
32-
<img src="https://img.shields.io/packagist/v/tangram/tangram?style=flat-square" alt = "Tangram PHP package"/>
31+
<a href = "https://packagist.org/packages/modelfox/modelfox">
32+
<img src="https://img.shields.io/packagist/v/modelfox/modelfox?style=flat-square" alt = "ModelFox PHP package"/>
3333
</a>
34-
<a href="https://pypi.org/project/tangram/">
35-
<img src="https://img.shields.io/pypi/v/tangram?color=blue&style=flat-square" alt="Tangram Pip package"/>
34+
<a href="https://pypi.org/project/modelfox/">
35+
<img src="https://img.shields.io/pypi/v/modelfox?color=blue&style=flat-square" alt="ModelFox Pip package"/>
3636
</a>
37-
<a href="https://rubygems.org/gems/tangram">
38-
<img src="https://img.shields.io/gem/v/tangram?color=red&style=flat-square" alt="Tangram Ruby gem"/>
37+
<a href="https://rubygems.org/gems/modelfox">
38+
<img src="https://img.shields.io/gem/v/modelfox?color=red&style=flat-square" alt="ModelFox Ruby gem"/>
3939
</a>
40-
<a href="https://crates.io/crates/tangram">
41-
<img src="https://img.shields.io/crates/v/tangram?style=flat-square" alt="Tangram crate"/>
40+
<a href="https://crates.io/crates/modelfox">
41+
<img src="https://img.shields.io/crates/v/modelfox?style=flat-square" alt="ModelFox crate"/>
4242
</a>
4343
</p>
4444

4545
<p align="center">
46-
<a href="https://twitter.com/intent/follow?screen_name=tangramdotdev">
47-
<img src="https://img.shields.io/twitter/follow/tangramdotdev?label=Follow%20tangramdotdev&style=social&color=blue" alt="Follow @tangramdotdev on Twitter" />
46+
<a href="https://twitter.com/intent/follow?screen_name=modelfoxdotdev">
47+
<img src="https://img.shields.io/twitter/follow/modelfoxdotdev?label=Follow%20modelfoxdotdev&style=social&color=blue" alt="Follow @modelfoxdotdev on Twitter" />
4848
</a>
4949
</p>
5050

51-
# Tangram
51+
# ModelFox
5252

53-
[Website](https://www.tangram.dev) | [Docs](https://www.tangram.dev/docs/) | [Discord](https://discord.gg/jT9ZGp3TK2)
53+
[Website](https://www.modelfox.dev) | [Docs](https://www.modelfox.dev/docs/) | [Discord](https://discord.gg/jT9ZGp3TK2)
5454

55-
Tangram makes it easy for programmers to train, deploy, and monitor machine learning models.
55+
ModelFox makes it easy for programmers to train, deploy, and monitor machine learning models.
5656

57-
- Run `tangram train` to train a model from a CSV file on the command line.
58-
- Make predictions with libraries for [Elixir](https://hex.pm/packages/tangram), [Go](https://pkg.go.dev/github.com/tangramdotdev/tangram-go), [JavaScript](https://www.npmjs.com/package/@tangramdotdev/tangram), [PHP](https://packagist.org/packages/tangram/tangram), [Python](https://pypi.org/project/tangram), [Ruby](https://rubygems.org/gems/tangram), and [Rust](https://lib.rs/crates/tangram).
59-
- Run `tangram app` to learn more about your models and monitor them in production.
57+
- Run `modelfox train` to train a model from a CSV file on the command line.
58+
- Make predictions with libraries for [Elixir](https://hex.pm/packages/modelfox), [Go](https://pkg.go.dev/github.com/modelfoxdotdev/modelfox-go), [JavaScript](https://www.npmjs.com/package/@modelfoxdotdev/modelfox), [PHP](https://packagist.org/packages/modelfox/modelfox), [Python](https://pypi.org/project/modelfox), [Ruby](https://rubygems.org/gems/modelfox), and [Rust](https://lib.rs/crates/modelfox).
59+
- Run `modelfox app` to learn more about your models and monitor them in production.
6060

6161
### Install
6262

63-
[Install the `tangram` CLI](https://www.tangram.dev/docs/install)
63+
[Install the `modelfox` CLI](https://www.modelfox.dev/docs/install)
6464

6565
### Train
6666

67-
Train a machine learning model by running `tangram train` with the path to a CSV file and the name of the column you want to predict.
67+
Train a machine learning model by running `modelfox train` with the path to a CSV file and the name of the column you want to predict.
6868

6969
```
70-
$ tangram train --file heart_disease.csv --target diagnosis --output heart_disease.tangram
70+
$ modelfox train --file heart_disease.csv --target diagnosis --output heart_disease.modelfox
7171
✅ Loading data.
7272
✅ Computing features.
7373
🚂 Training model 1 of 8.
7474
[==========================================> ]
7575
```
7676

77-
The CLI automatically transforms your data into features, trains a number of linear and gradient boosted decision tree models to predict the target column, and writes the best model to a `.tangram` file. If you want more control, you can provide a config file.
77+
The CLI automatically transforms your data into features, trains a number of linear and gradient boosted decision tree models to predict the target column, and writes the best model to a `.modelfox` file. If you want more control, you can provide a config file.
7878

7979
### Predict
8080

81-
Make predictions with libraries for [Elixir](https://hex.pm/packages/tangram), [Go](https://pkg.go.dev/github.com/tangramdotdev/tangram-go), [JavaScript](https://www.npmjs.com/package/@tangramdotdev/tangram), [PHP](https://packagist.org/packages/tangram/tangram), [Python](https://pypi.org/project/tangram), [Ruby](https://rubygems.org/gems/tangram), and [Rust](https://lib.rs/tangram).
81+
Make predictions with libraries for [Elixir](https://hex.pm/packages/modelfox), [Go](https://pkg.go.dev/github.com/modelfoxdotdev/modelfox-go), [JavaScript](https://www.npmjs.com/package/@modelfoxdotdev/modelfox), [PHP](https://packagist.org/packages/modelfox/modelfox), [Python](https://pypi.org/project/modelfox), [Ruby](https://rubygems.org/gems/modelfox), and [Rust](https://lib.rs/modelfox).
8282

8383
```javascript
84-
let tangram = require("@tangramdotdev/tangram")
84+
let modelfox = require("@modelfoxdotdev/modelfox")
8585

86-
let model = new tangram.Model("./heart_disease.tangram")
86+
let model = new modelfox.Model("./heart_disease.modelfox")
8787

8888
let input = {
8989
age: 63,
@@ -101,7 +101,7 @@ console.log(output)
101101

102102
### Inspect
103103

104-
Run `tangram app`, open your browser to http://localhost:8080, and upload the model you trained.
104+
Run `modelfox app`, open your browser to http://localhost:8080, and upload the model you trained.
105105

106106
- View stats and metrics.
107107
- Tune your model to get the best performance.
@@ -163,4 +163,4 @@ If you want to submit a pull request, please run `scripts/fmt` and `scripts/chec
163163

164164
## License
165165

166-
All of this repository is MIT licensed, except for the `crates/app` directory, which is source available and free to use for testing, but requires a paid license to use in production. Send us an email at hello@tangram.dev if you are interested in a license.
166+
All of this repository is MIT licensed, except for the `crates/app` directory, which is source available and free to use for testing, but requires a paid license to use in production. Send us an email at hello@modelfox.dev if you are interested in a license.

0 commit comments

Comments
 (0)